Data class
access_token : "00f9a570f917aa8a5df6ae532b5b773f71a00a1a" expires_in : 300 scope : null
Constructors
- Data.new({String? accessToken, num? expiresIn, dynamic scope})
- Data.fromJson(dynamic json)
Properties
- accessToken → String?
-
no setter
- expiresIn → num?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope → dynamic
-
no setter
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited