TokenData class
status_code : "200" response_code : "00" status : "success" message : "Success" data : {"access_token":"00f9a570f917aa8a5df6ae532b5b773f71a00a1a","expires_in":300,"scope":null}
Constructors
- TokenData.new({String? statusCode, String? responseCode, String? status, String? message, Data? data})
- TokenData.fromJson(dynamic json)
Properties
- data → Data?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
no setter
- responseCode → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
no setter
- statusCode → String?
-
no setter
Methods
-
copyWith(
{String? statusCode, String? responseCode, String? status, String? message, Data? data}) → TokenData -
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited