RefundCheckAtol.fromRawJson constructor

RefundCheckAtol.fromRawJson(
  1. String str
)

Implementation

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