menu
bootpay_api package
documentation
model/bio_price.dart
BioPrice
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { "name": this.name, "price": this.price };
bootpay_api package
documentation
model/bio_price
BioPrice
toJson method
BioPrice class