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