TokenResult class

Constructors

TokenResult({int? resultType, int? resultCode, String? accessToken, String? mobile, String? operatorType, String? gwAuth, String? platform, String? originResult})

Properties

accessToken String?
getter/setter pair
gwAuth String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mobile String?
getter/setter pair
operatorType String?
getter/setter pair
originResult String?
getter/setter pair
platform String?
getter/setter pair
resultCode int?
getter/setter pair
resultType int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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