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