RegistrationRequest class

Registration API request object.

@author Brian Pontarelli

Inheritance
Annotations
  • @JsonSerializable()

Constructors

RegistrationRequest({bool disableDomainBlock, bool generateAuthenticationToken, UserRegistration registration, bool sendSetPasswordEmail, bool skipRegistrationVerification, bool skipVerification, User user})
RegistrationRequest.fromJson(Map<String, dynamic> json)
factory

Properties

disableDomainBlock bool
getter/setter pair
eventInfo EventInfo
getter/setter pairinherited
generateAuthenticationToken bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
registration UserRegistration
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendSetPasswordEmail bool
getter/setter pair
skipRegistrationVerification bool
getter/setter pair
skipVerification bool
getter/setter pair
user User
getter/setter pair

Methods

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

Operators

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