PPOrderAmount.fromJson constructor

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

Implementation

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