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