menu
purchases_flutter package
documentation
models/purchases_error.dart
PurchasesError
PurchasesError.fromJson factory constructor
PurchasesError.fromJson factory constructor
dark_mode
light_mode
PurchasesError.fromJson
constructor
PurchasesError.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory PurchasesError.fromJson(Map<String, dynamic> json) => _$PurchasesErrorFromJson(json);
purchases_flutter package
documentation
models/purchases_error
PurchasesError
PurchasesError.fromJson factory constructor
PurchasesError class