factory GameProperty.fromJson(Map<String, dynamic> json) { return GameProperty( key: json['Key'] as String, value: json['Value'] as String, ); }