factory ContentTemplateExpandable.fromJson(Map<String, Object?> json) { return ContentTemplateExpandable( body: json[r'body'] as String?, ); }