PaymentStatus.fromJson constructor

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

Implementation

PaymentStatus.fromJson(Map<String, dynamic> json) {
  id = json["id"];
  label = json["label"];
}