UserRegistration class

User registration information for a single application.

@author Brian Pontarelli

Annotations
  • @JsonSerializable()

Constructors

UserRegistration({String applicationId, String authenticationToken, String cleanSpeakId, Map<String, dynamic> data, String id, num insertInstant, num lastLoginInstant, num lastUpdateInstant, List<String> preferredLanguages, Set<String> roles, String timezone, Map<String, String> tokens, String username, ContentStatus usernameStatus, bool verified, num verifiedInstant})
UserRegistration.fromJson(Map<String, dynamic> json)
factory

Properties

applicationId String
getter/setter pair
authenticationToken String
getter/setter pair
cleanSpeakId String
getter/setter pair
data Map<String, dynamic>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
insertInstant num
getter/setter pair
lastLoginInstant num
getter/setter pair
lastUpdateInstant num
getter/setter pair
preferredLanguages List<String>
getter/setter pair
roles Set<String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timezone String
getter/setter pair
tokens Map<String, String>
getter/setter pair
username String
getter/setter pair
usernameStatus ContentStatus
getter/setter pair
verified bool
getter/setter pair
verifiedInstant num
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited