QuoteId.fromJson constructor

QuoteId.fromJson(
  1. Object? json
)

Implementation

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