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