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