ItemPrice.fromJson constructor

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

Implementation

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