PaymentListAllResponse.fromJson constructor

PaymentListAllResponse.fromJson(
  1. String source
)

Implementation

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