Payload class
id : "9" email : "suj9763@gmail.com" mobile : "9849131399" firstname : "test" lastname : "test" pointBalance : 0.0 device_id : "q" access_token : "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjkiLCJlbWFpbCI6InN1ajk3NjNAZ21haWwuY29tIiwibW9iaWxlIjoiOTg0OTEzMTM5OSIsImRldmljZV9pZCI6InEiLCJqdGkiOiIxNjc5ODk4MTY1OTM3X2NERmF3UUNPNm0iLCJpYXQiOjE2Nzk4OTgxNjUsImV4cCI6MTY4MDA3MDk2NX0.uIJcN9YKeTxsthjgg12fzbC0hXYEaIHadWXLYLXXG94" access_token_expires : "1680070965" refresh_token : "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjkiLCJlbWFpbCI6InN1ajk3NjNAZ21haWwuY29tIiwibW9iaWxlIjoiOTg0OTEzMTM5OSIsImRldmljZV9pZCI6InEiLCJqdGkiOiIxNjc5ODk4MTY1OTM4XzZOODRhOTBCZzciLCJpYXQiOjE2Nzk4OTgxNjUsImV4cCI6MTY4NzY3NDE2NX0.j-dKyLyPnb7HcN4Cr3NDdYUWcFCjiCAi1s-Jj5sSVdA" refresh_token_expires : "1687674165"
Constructors
Properties
- accessToken → String?
-
no setter
- accessTokenExpires → num?
-
no setter
- deviceId → String?
-
no setter
- email → String?
-
no setter
- firstname → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
no setter
- lastname → String?
-
no setter
- mobile → String?
-
no setter
- pointBalance → num?
-
no setter
- refreshToken → String?
-
no setter
- refreshTokenExpires → num?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? id, String? email, String? mobile, String? firstname, String? lastname, num? pointBalance, String? deviceId, String? accessToken, num? accessTokenExpires, String? refreshToken, num? refreshTokenExpires}) → Payload -
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited