CashMethodsResponse.fromRawJson constructor

CashMethodsResponse.fromRawJson(
  1. String str
)

Implementation

factory CashMethodsResponse.fromRawJson(String str) =>
    CashMethodsResponse.fromJson(json.decode(str));