Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'gold'] = this.gold; return json; }