LoginInfo class Null safety

Implemented types

Constructors

LoginInfo.fromJson(Map<String, dynamic> json)

Properties

accessToken String?
read / write
context UserContext?
read / write
errorStackTrace String?
read / write
formId String?
read / write
formInputObject String?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
isLoginSuccess bool
read-only
isSuccessByAPI bool?
read / write
kdAccessResult String?
read / write
kDSVCSessionId String?
read / write
lcid int?
read / write
loginResultType int?
read / write
message String?
read / write
messageCode String?
read / write
redirectFormParam String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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