PriceModifierMixin$Amount.fromJson constructor

PriceModifierMixin$Amount.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory PriceModifierMixin$Amount.fromJson(Map<String, dynamic> json) =>
    _$PriceModifierMixin$AmountFromJson(json);