factory ImageBlock.fromJson(Map<String, Object?> j) => ImageBlock( (j['url'] as String?) ?? '', caption: j['caption'] as String?, credit: j['credit'] as String?, alt: j['alt'] as String?, );