fromGraphQLInvoiceFileToDartInvoiceFile function

InvoiceFile fromGraphQLInvoiceFileToDartInvoiceFile(
  1. String v
)

Implementation

InvoiceFile fromGraphQLInvoiceFileToDartInvoiceFile(String v) => InvoiceFile(v);