menu
pokepay_flutter_sdk package
documentation
user
User
User.fromJson factory constructor
User.fromJson
brightness_4
User.fromJson
constructor
Null safety
User.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory User.fromJson(Map<String, dynamic> json) => _$UserFromJson(json);
pokepay_flutter_sdk package
documentation
user
User
User.fromJson factory constructor
User class
Constructors
User
fromJson
Properties
hashCode
id
isMerchant
name
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==