Oopay.fromJson constructor

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

Implementation

Oopay.fromJson(Map<String, dynamic> json) {
  cardQuota = json["card_quota"].cast<int>();
}