ListAllRefundResponse.fromJson constructor

ListAllRefundResponse.fromJson(
  1. String source
)

Implementation

factory ListAllRefundResponse.fromJson(String source) =>
    ListAllRefundResponse.fromMap(json.decode(source));