CreateSessionRequest class

Implemented types

Constructors

CreateSessionRequest.new({String? firstName, String? lastName, String? uniqueId, String? phoneNumber, String? emailAddress, required String kycLevel, required bool generateQr, String? i18n})

Properties

emailAddress String?
final
endpoint String
no setteroverride
firstName String?
final
generateQr bool
final
hashCode int
The hash code for this object.
no setterinherited
i18n String?
final
kycLevel String
final
lastName String?
final
method HttpMethod
no setteroverride
phoneNumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uniqueId String?
final

Methods

fromJson(Map<String, dynamic> json) CreateSessionResponse
override
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