InvoiceQuery.fromJson constructor

InvoiceQuery.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory InvoiceQuery.fromJson(Map<String, dynamic> json) =>
    _$InvoiceQueryFromJson(json);