menu
messenger
domain/model/price.dart
Price
toJson method
toJson
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Returns a
Map
representing this
Price
.
Implementation
Map<String, dynamic> toJson() => _$PriceToJson(this);
messenger
price
Price
toJson method
Price class