| Index: generated/googleapis/lib/gamesconfiguration/v1configuration.dart
|
| diff --git a/generated/googleapis/lib/gamesconfiguration/v1configuration.dart b/generated/googleapis/lib/gamesconfiguration/v1configuration.dart
|
| index 31d769983b8dde31f73ef165c81e72fe1882ce32..059a9a193823649d35789824e41b957425bbb3a4 100644
|
| --- a/generated/googleapis/lib/gamesconfiguration/v1configuration.dart
|
| +++ b/generated/googleapis/lib/gamesconfiguration/v1configuration.dart
|
| @@ -715,8 +715,8 @@ class AchievementConfiguration {
|
| }
|
| }
|
|
|
| - core.Map toJson() {
|
| - var _json = new core.Map();
|
| + core.Map<core.String, core.Object> toJson() {
|
| + final core.Map<core.String, core.Object> _json = new core.Map<core.String, core.Object>();
|
| if (achievementType != null) {
|
| _json["achievementType"] = achievementType;
|
| }
|
| @@ -786,8 +786,8 @@ class AchievementConfigurationDetail {
|
| }
|
| }
|
|
|
| - core.Map toJson() {
|
| - var _json = new core.Map();
|
| + core.Map<core.String, core.Object> toJson() {
|
| + final core.Map<core.String, core.Object> _json = new core.Map<core.String, core.Object>();
|
| if (description != null) {
|
| _json["description"] = (description).toJson();
|
| }
|
| @@ -836,8 +836,8 @@ class AchievementConfigurationListResponse {
|
| }
|
| }
|
|
|
| - core.Map toJson() {
|
| - var _json = new core.Map();
|
| + core.Map<core.String, core.Object> toJson() {
|
| + final core.Map<core.String, core.Object> _json = new core.Map<core.String, core.Object>();
|
| if (items != null) {
|
| _json["items"] = items.map((value) => (value).toJson()).toList();
|
| }
|
| @@ -909,8 +909,8 @@ class GamesNumberAffixConfiguration {
|
| }
|
| }
|
|
|
| - core.Map toJson() {
|
| - var _json = new core.Map();
|
| + core.Map<core.String, core.Object> toJson() {
|
| + final core.Map<core.String, core.Object> _json = new core.Map<core.String, core.Object>();
|
| if (few != null) {
|
| _json["few"] = (few).toJson();
|
| }
|
| @@ -974,8 +974,8 @@ class GamesNumberFormatConfiguration {
|
| }
|
| }
|
|
|
| - core.Map toJson() {
|
| - var _json = new core.Map();
|
| + core.Map<core.String, core.Object> toJson() {
|
| + final core.Map<core.String, core.Object> _json = new core.Map<core.String, core.Object>();
|
| if (currencyCode != null) {
|
| _json["currencyCode"] = currencyCode;
|
| }
|
| @@ -1023,8 +1023,8 @@ class ImageConfiguration {
|
| }
|
| }
|
|
|
| - core.Map toJson() {
|
| - var _json = new core.Map();
|
| + core.Map<core.String, core.Object> toJson() {
|
| + final core.Map<core.String, core.Object> _json = new core.Map<core.String, core.Object>();
|
| if (imageType != null) {
|
| _json["imageType"] = imageType;
|
| }
|
| @@ -1097,8 +1097,8 @@ class LeaderboardConfiguration {
|
| }
|
| }
|
|
|
| - core.Map toJson() {
|
| - var _json = new core.Map();
|
| + core.Map<core.String, core.Object> toJson() {
|
| + final core.Map<core.String, core.Object> _json = new core.Map<core.String, core.Object>();
|
| if (draft != null) {
|
| _json["draft"] = (draft).toJson();
|
| }
|
| @@ -1163,8 +1163,8 @@ class LeaderboardConfigurationDetail {
|
| }
|
| }
|
|
|
| - core.Map toJson() {
|
| - var _json = new core.Map();
|
| + core.Map<core.String, core.Object> toJson() {
|
| + final core.Map<core.String, core.Object> _json = new core.Map<core.String, core.Object>();
|
| if (iconUrl != null) {
|
| _json["iconUrl"] = iconUrl;
|
| }
|
| @@ -1210,8 +1210,8 @@ class LeaderboardConfigurationListResponse {
|
| }
|
| }
|
|
|
| - core.Map toJson() {
|
| - var _json = new core.Map();
|
| + core.Map<core.String, core.Object> toJson() {
|
| + final core.Map<core.String, core.Object> _json = new core.Map<core.String, core.Object>();
|
| if (items != null) {
|
| _json["items"] = items.map((value) => (value).toJson()).toList();
|
| }
|
| @@ -1251,8 +1251,8 @@ class LocalizedString {
|
| }
|
| }
|
|
|
| - core.Map toJson() {
|
| - var _json = new core.Map();
|
| + core.Map<core.String, core.Object> toJson() {
|
| + final core.Map<core.String, core.Object> _json = new core.Map<core.String, core.Object>();
|
| if (kind != null) {
|
| _json["kind"] = kind;
|
| }
|
| @@ -1287,8 +1287,8 @@ class LocalizedStringBundle {
|
| }
|
| }
|
|
|
| - core.Map toJson() {
|
| - var _json = new core.Map();
|
| + core.Map<core.String, core.Object> toJson() {
|
| + final core.Map<core.String, core.Object> _json = new core.Map<core.String, core.Object>();
|
| if (kind != null) {
|
| _json["kind"] = kind;
|
| }
|
|
|