toJson method

Map<String, dynamic> toJson()

Returns a Map representing this Price.

Implementation

Map<String, dynamic> toJson() => _$PriceToJson(this);