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