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