menu
purchases_flutter package
documentation
models/price_wrapper.dart
Price
Price.fromJson factory constructor
Price.fromJson factory constructor
dark_mode
light_mode
Price.fromJson
constructor
Price.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Price.fromJson(Map<String, dynamic> json) => _$PriceFromJson(json);
purchases_flutter package
documentation
models/price_wrapper
Price
Price.fromJson factory constructor
Price class