QuoteInvoiceId.fromJson constructor

QuoteInvoiceId.fromJson(
  1. Object? json
)

Implementation

factory QuoteInvoiceId.fromJson(Object? json) =>
    QuoteInvoiceId(id: (json as String?));