ApproveResponse.fromJson constructor
ApproveResponse.fromJson(
- String str
Implementation
factory ApproveResponse.fromJson(String str) => ApproveResponse.fromMap(json.decode(str));
factory ApproveResponse.fromJson(String str) => ApproveResponse.fromMap(json.decode(str));