PriceInfo.fromJson constructor

PriceInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory PriceInfo.fromJson(Map<String, dynamic> json) => _$PriceInfoFromJson(json);