BasePricePerUnit.fromJson constructor

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

Implementation

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