PriceList.fromJson constructor

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

Implementation

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