UserRegistration constructor

UserRegistration({
  1. String applicationId,
  2. String authenticationToken,
  3. String cleanSpeakId,
  4. Map<String, dynamic> data,
  5. String id,
  6. num insertInstant,
  7. num lastLoginInstant,
  8. num lastUpdateInstant,
  9. List<String> preferredLanguages,
  10. Set<String> roles,
  11. String timezone,
  12. Map<String, String> tokens,
  13. String username,
  14. ContentStatus usernameStatus,
  15. bool verified,
  16. num verifiedInstant,
})

Implementation

UserRegistration(
    {this.applicationId,
    this.authenticationToken,
    this.cleanSpeakId,
    this.data,
    this.id,
    this.insertInstant,
    this.lastLoginInstant,
    this.lastUpdateInstant,
    this.preferredLanguages,
    this.roles,
    this.timezone,
    this.tokens,
    this.username,
    this.usernameStatus,
    this.verified,
    this.verifiedInstant});