DepositPreauth.fromJson constructor

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

Implementation

DepositPreauth.fromJson(Map<String, dynamic> json)
    : authorize = json["authorize"],
      unauthorize = json["unauthorize"],
      super.json(json);