AdminInvoiceListResponse.fromJson constructor

AdminInvoiceListResponse.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory AdminInvoiceListResponse.fromJson(Map<String, Object?> json) =>
    _$AdminInvoiceListResponseFromJson(json);