menu
bootpay_bio package
documentation
models/wallet/wallet_list.dart
WalletList
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { "card": card?.map((e) => e.toJson()).toList() ?? [], };
bootpay_bio package
documentation
models/wallet/wallet_list
WalletList
toJson method
WalletList class