PPAmount.fromJson constructor

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

Implementation

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