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

copyWith({String? accessToken, num? expiresIn, dynamic scope}) Data
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