menu
flutter_tpay package
documentation
model/transaction/single_transaction.dart
SingleTransaction
SingleTransaction.fromJson factory constructor
SingleTransaction.fromJson factory constructor
dark_mode
light_mode
SingleTransaction.fromJson
constructor
SingleTransaction.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory SingleTransaction.fromJson(Map<String, dynamic> json) => _$SingleTransactionFromJson(json);
flutter_tpay package
documentation
model/transaction/single_transaction
SingleTransaction
SingleTransaction.fromJson factory constructor
SingleTransaction class