factory QuoteBlock.fromJson(Map<String, Object?> j) => QuoteBlock((j['text'] as String?) ?? '', cite: j['cite'] as String?);