| Index: generated/googleapis/lib/searchconsole/v1.dart
|
| diff --git a/generated/googleapis/lib/searchconsole/v1.dart b/generated/googleapis/lib/searchconsole/v1.dart
|
| index 605eb88f575fbd6057c660acd147de1fd9917f56..bc36225cce6adeef3a675e66df4c59280ccc386c 100644
|
| --- a/generated/googleapis/lib/searchconsole/v1.dart
|
| +++ b/generated/googleapis/lib/searchconsole/v1.dart
|
| @@ -98,8 +98,8 @@ class BlockedResource {
|
| }
|
| }
|
|
|
| - 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 (url != null) {
|
| _json["url"] = url;
|
| }
|
| @@ -135,8 +135,8 @@ class Image {
|
| }
|
| }
|
|
|
| - 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 (data != null) {
|
| _json["data"] = data;
|
| }
|
| @@ -182,8 +182,8 @@ class MobileFriendlyIssue {
|
| }
|
| }
|
|
|
| - 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 (rule != null) {
|
| _json["rule"] = rule;
|
| }
|
| @@ -204,8 +204,8 @@ class ResourceIssue {
|
| }
|
| }
|
|
|
| - 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 (blockedResource != null) {
|
| _json["blockedResource"] = (blockedResource).toJson();
|
| }
|
| @@ -231,8 +231,8 @@ class RunMobileFriendlyTestRequest {
|
| }
|
| }
|
|
|
| - 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 (requestScreenshot != null) {
|
| _json["requestScreenshot"] = requestScreenshot;
|
| }
|
| @@ -286,8 +286,8 @@ class RunMobileFriendlyTestResponse {
|
| }
|
| }
|
|
|
| - 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 (mobileFriendliness != null) {
|
| _json["mobileFriendliness"] = mobileFriendliness;
|
| }
|
| @@ -338,8 +338,8 @@ class TestStatus {
|
| }
|
| }
|
|
|
| - 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 (details != null) {
|
| _json["details"] = details;
|
| }
|
|
|