menu
pokepay_flutter_sdk package
documentation
check
Check
Check.fromJson factory constructor
Check.fromJson
brightness_4
Check.fromJson
constructor
Null safety
Check.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Check.fromJson(Map<String, dynamic> json) => _$CheckFromJson(json);
pokepay_flutter_sdk package
documentation
check
Check
Check.fromJson factory constructor
Check class
Constructors
Check
fromJson
Properties
amount
description
expiresAt
hashCode
id
isDisabled
isOnetime
moneyAmount
pointAmount
pointExpiresAt
pointExpiresInDays
privateMoney
runtimeType
token
user
Methods
noSuchMethod
toJson
toString
Operators
operator ==