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