ZowieJwt constructor Null safety

const ZowieJwt(
  1. String userId,
  2. String conversationId,
  3. String token
)

Implementation

const ZowieJwt(this.userId, this.conversationId, this.token);