ApproveResponse.fromJson constructor

ApproveResponse.fromJson(
  1. String str
)

Implementation

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