@@ -42,7 +42,6 @@ class MockCirclesController extends _i1.Mock implements _i3.CirclesController {
42
42
returnValue: < _i4.CircleId , _i3.CircleController > {},
43
43
returnValueForMissingStub: < _i4.CircleId , _i3.CircleController > {},
44
44
) as Map <_i4.CircleId , _i3.CircleController >);
45
-
46
45
@override
47
46
_i2.GMap get googleMap => (super .noSuchMethod (
48
47
Invocation .getter (#googleMap),
@@ -55,7 +54,6 @@ class MockCirclesController extends _i1.Mock implements _i3.CirclesController {
55
54
Invocation .getter (#googleMap),
56
55
),
57
56
) as _i2.GMap );
58
-
59
57
@override
60
58
set googleMap (_i2.GMap ? _googleMap) => super .noSuchMethod (
61
59
Invocation .setter (
@@ -64,14 +62,12 @@ class MockCirclesController extends _i1.Mock implements _i3.CirclesController {
64
62
),
65
63
returnValueForMissingStub: null ,
66
64
);
67
-
68
65
@override
69
66
int get mapId => (super .noSuchMethod (
70
67
Invocation .getter (#mapId),
71
68
returnValue: 0 ,
72
69
returnValueForMissingStub: 0 ,
73
70
) as int );
74
-
75
71
@override
76
72
set mapId (int ? _mapId) => super .noSuchMethod (
77
73
Invocation .setter (
@@ -80,7 +76,6 @@ class MockCirclesController extends _i1.Mock implements _i3.CirclesController {
80
76
),
81
77
returnValueForMissingStub: null ,
82
78
);
83
-
84
79
@override
85
80
void addCircles (Set <_i4.Circle >? circlesToAdd) => super .noSuchMethod (
86
81
Invocation .method (
@@ -89,7 +84,6 @@ class MockCirclesController extends _i1.Mock implements _i3.CirclesController {
89
84
),
90
85
returnValueForMissingStub: null ,
91
86
);
92
-
93
87
@override
94
88
void changeCircles (Set <_i4.Circle >? circlesToChange) => super .noSuchMethod (
95
89
Invocation .method (
@@ -98,7 +92,6 @@ class MockCirclesController extends _i1.Mock implements _i3.CirclesController {
98
92
),
99
93
returnValueForMissingStub: null ,
100
94
);
101
-
102
95
@override
103
96
void removeCircles (Set <_i4.CircleId >? circleIdsToRemove) =>
104
97
super .noSuchMethod (
@@ -108,7 +101,6 @@ class MockCirclesController extends _i1.Mock implements _i3.CirclesController {
108
101
),
109
102
returnValueForMissingStub: null ,
110
103
);
111
-
112
104
@override
113
105
void bindToMap (
114
106
int ? mapId,
@@ -137,7 +129,6 @@ class MockPolygonsController extends _i1.Mock
137
129
returnValue: < _i4.PolygonId , _i3.PolygonController > {},
138
130
returnValueForMissingStub: < _i4.PolygonId , _i3.PolygonController > {},
139
131
) as Map <_i4.PolygonId , _i3.PolygonController >);
140
-
141
132
@override
142
133
_i2.GMap get googleMap => (super .noSuchMethod (
143
134
Invocation .getter (#googleMap),
@@ -150,7 +141,6 @@ class MockPolygonsController extends _i1.Mock
150
141
Invocation .getter (#googleMap),
151
142
),
152
143
) as _i2.GMap );
153
-
154
144
@override
155
145
set googleMap (_i2.GMap ? _googleMap) => super .noSuchMethod (
156
146
Invocation .setter (
@@ -159,14 +149,12 @@ class MockPolygonsController extends _i1.Mock
159
149
),
160
150
returnValueForMissingStub: null ,
161
151
);
162
-
163
152
@override
164
153
int get mapId => (super .noSuchMethod (
165
154
Invocation .getter (#mapId),
166
155
returnValue: 0 ,
167
156
returnValueForMissingStub: 0 ,
168
157
) as int );
169
-
170
158
@override
171
159
set mapId (int ? _mapId) => super .noSuchMethod (
172
160
Invocation .setter (
@@ -175,7 +163,6 @@ class MockPolygonsController extends _i1.Mock
175
163
),
176
164
returnValueForMissingStub: null ,
177
165
);
178
-
179
166
@override
180
167
void addPolygons (Set <_i4.Polygon >? polygonsToAdd) => super .noSuchMethod (
181
168
Invocation .method (
@@ -184,7 +171,6 @@ class MockPolygonsController extends _i1.Mock
184
171
),
185
172
returnValueForMissingStub: null ,
186
173
);
187
-
188
174
@override
189
175
void changePolygons (Set <_i4.Polygon >? polygonsToChange) => super .noSuchMethod (
190
176
Invocation .method (
@@ -193,7 +179,6 @@ class MockPolygonsController extends _i1.Mock
193
179
),
194
180
returnValueForMissingStub: null ,
195
181
);
196
-
197
182
@override
198
183
void removePolygons (Set <_i4.PolygonId >? polygonIdsToRemove) =>
199
184
super .noSuchMethod (
@@ -203,7 +188,6 @@ class MockPolygonsController extends _i1.Mock
203
188
),
204
189
returnValueForMissingStub: null ,
205
190
);
206
-
207
191
@override
208
192
void bindToMap (
209
193
int ? mapId,
@@ -232,7 +216,6 @@ class MockPolylinesController extends _i1.Mock
232
216
returnValue: < _i4.PolylineId , _i3.PolylineController > {},
233
217
returnValueForMissingStub: < _i4.PolylineId , _i3.PolylineController > {},
234
218
) as Map <_i4.PolylineId , _i3.PolylineController >);
235
-
236
219
@override
237
220
_i2.GMap get googleMap => (super .noSuchMethod (
238
221
Invocation .getter (#googleMap),
@@ -245,7 +228,6 @@ class MockPolylinesController extends _i1.Mock
245
228
Invocation .getter (#googleMap),
246
229
),
247
230
) as _i2.GMap );
248
-
249
231
@override
250
232
set googleMap (_i2.GMap ? _googleMap) => super .noSuchMethod (
251
233
Invocation .setter (
@@ -254,14 +236,12 @@ class MockPolylinesController extends _i1.Mock
254
236
),
255
237
returnValueForMissingStub: null ,
256
238
);
257
-
258
239
@override
259
240
int get mapId => (super .noSuchMethod (
260
241
Invocation .getter (#mapId),
261
242
returnValue: 0 ,
262
243
returnValueForMissingStub: 0 ,
263
244
) as int );
264
-
265
245
@override
266
246
set mapId (int ? _mapId) => super .noSuchMethod (
267
247
Invocation .setter (
@@ -270,7 +250,6 @@ class MockPolylinesController extends _i1.Mock
270
250
),
271
251
returnValueForMissingStub: null ,
272
252
);
273
-
274
253
@override
275
254
void addPolylines (Set <_i4.Polyline >? polylinesToAdd) => super .noSuchMethod (
276
255
Invocation .method (
@@ -279,7 +258,6 @@ class MockPolylinesController extends _i1.Mock
279
258
),
280
259
returnValueForMissingStub: null ,
281
260
);
282
-
283
261
@override
284
262
void changePolylines (Set <_i4.Polyline >? polylinesToChange) =>
285
263
super .noSuchMethod (
@@ -289,7 +267,6 @@ class MockPolylinesController extends _i1.Mock
289
267
),
290
268
returnValueForMissingStub: null ,
291
269
);
292
-
293
270
@override
294
271
void removePolylines (Set <_i4.PolylineId >? polylineIdsToRemove) =>
295
272
super .noSuchMethod (
@@ -299,7 +276,6 @@ class MockPolylinesController extends _i1.Mock
299
276
),
300
277
returnValueForMissingStub: null ,
301
278
);
302
-
303
279
@override
304
280
void bindToMap (
305
281
int ? mapId,
@@ -327,7 +303,6 @@ class MockMarkersController extends _i1.Mock implements _i3.MarkersController {
327
303
returnValue: < _i4.MarkerId , _i3.MarkerController > {},
328
304
returnValueForMissingStub: < _i4.MarkerId , _i3.MarkerController > {},
329
305
) as Map <_i4.MarkerId , _i3.MarkerController >);
330
-
331
306
@override
332
307
_i2.GMap get googleMap => (super .noSuchMethod (
333
308
Invocation .getter (#googleMap),
@@ -340,7 +315,6 @@ class MockMarkersController extends _i1.Mock implements _i3.MarkersController {
340
315
Invocation .getter (#googleMap),
341
316
),
342
317
) as _i2.GMap );
343
-
344
318
@override
345
319
set googleMap (_i2.GMap ? _googleMap) => super .noSuchMethod (
346
320
Invocation .setter (
@@ -349,14 +323,12 @@ class MockMarkersController extends _i1.Mock implements _i3.MarkersController {
349
323
),
350
324
returnValueForMissingStub: null ,
351
325
);
352
-
353
326
@override
354
327
int get mapId => (super .noSuchMethod (
355
328
Invocation .getter (#mapId),
356
329
returnValue: 0 ,
357
330
returnValueForMissingStub: 0 ,
358
331
) as int );
359
-
360
332
@override
361
333
set mapId (int ? _mapId) => super .noSuchMethod (
362
334
Invocation .setter (
@@ -365,7 +337,6 @@ class MockMarkersController extends _i1.Mock implements _i3.MarkersController {
365
337
),
366
338
returnValueForMissingStub: null ,
367
339
);
368
-
369
340
@override
370
341
void addMarkers (Set <_i4.Marker >? markersToAdd) => super .noSuchMethod (
371
342
Invocation .method (
@@ -374,7 +345,6 @@ class MockMarkersController extends _i1.Mock implements _i3.MarkersController {
374
345
),
375
346
returnValueForMissingStub: null ,
376
347
);
377
-
378
348
@override
379
349
void changeMarkers (Set <_i4.Marker >? markersToChange) => super .noSuchMethod (
380
350
Invocation .method (
@@ -383,7 +353,6 @@ class MockMarkersController extends _i1.Mock implements _i3.MarkersController {
383
353
),
384
354
returnValueForMissingStub: null ,
385
355
);
386
-
387
356
@override
388
357
void removeMarkers (Set <_i4.MarkerId >? markerIdsToRemove) =>
389
358
super .noSuchMethod (
@@ -393,7 +362,6 @@ class MockMarkersController extends _i1.Mock implements _i3.MarkersController {
393
362
),
394
363
returnValueForMissingStub: null ,
395
364
);
396
-
397
365
@override
398
366
void showMarkerInfoWindow (_i4.MarkerId ? markerId) => super .noSuchMethod (
399
367
Invocation .method (
@@ -402,7 +370,6 @@ class MockMarkersController extends _i1.Mock implements _i3.MarkersController {
402
370
),
403
371
returnValueForMissingStub: null ,
404
372
);
405
-
406
373
@override
407
374
void hideMarkerInfoWindow (_i4.MarkerId ? markerId) => super .noSuchMethod (
408
375
Invocation .method (
@@ -411,7 +378,6 @@ class MockMarkersController extends _i1.Mock implements _i3.MarkersController {
411
378
),
412
379
returnValueForMissingStub: null ,
413
380
);
414
-
415
381
@override
416
382
bool isInfoWindowShown (_i4.MarkerId ? markerId) => (super .noSuchMethod (
417
383
Invocation .method (
@@ -421,7 +387,6 @@ class MockMarkersController extends _i1.Mock implements _i3.MarkersController {
421
387
returnValue: false ,
422
388
returnValueForMissingStub: false ,
423
389
) as bool );
424
-
425
390
@override
426
391
void bindToMap (
427
392
int ? mapId,
@@ -456,7 +421,6 @@ class MockTileOverlaysController extends _i1.Mock
456
421
Invocation .getter (#googleMap),
457
422
),
458
423
) as _i2.GMap );
459
-
460
424
@override
461
425
set googleMap (_i2.GMap ? _googleMap) => super .noSuchMethod (
462
426
Invocation .setter (
@@ -465,14 +429,12 @@ class MockTileOverlaysController extends _i1.Mock
465
429
),
466
430
returnValueForMissingStub: null ,
467
431
);
468
-
469
432
@override
470
433
int get mapId => (super .noSuchMethod (
471
434
Invocation .getter (#mapId),
472
435
returnValue: 0 ,
473
436
returnValueForMissingStub: 0 ,
474
437
) as int );
475
-
476
438
@override
477
439
set mapId (int ? _mapId) => super .noSuchMethod (
478
440
Invocation .setter (
@@ -481,7 +443,6 @@ class MockTileOverlaysController extends _i1.Mock
481
443
),
482
444
returnValueForMissingStub: null ,
483
445
);
484
-
485
446
@override
486
447
void addTileOverlays (Set <_i4.TileOverlay >? tileOverlaysToAdd) =>
487
448
super .noSuchMethod (
@@ -491,7 +452,6 @@ class MockTileOverlaysController extends _i1.Mock
491
452
),
492
453
returnValueForMissingStub: null ,
493
454
);
494
-
495
455
@override
496
456
void changeTileOverlays (Set <_i4.TileOverlay >? tileOverlays) =>
497
457
super .noSuchMethod (
@@ -501,7 +461,6 @@ class MockTileOverlaysController extends _i1.Mock
501
461
),
502
462
returnValueForMissingStub: null ,
503
463
);
504
-
505
464
@override
506
465
void removeTileOverlays (Set <_i4.TileOverlayId >? tileOverlayIds) =>
507
466
super .noSuchMethod (
@@ -511,7 +470,6 @@ class MockTileOverlaysController extends _i1.Mock
511
470
),
512
471
returnValueForMissingStub: null ,
513
472
);
514
-
515
473
@override
516
474
void clearTileCache (_i4.TileOverlayId ? tileOverlayId) => super .noSuchMethod (
517
475
Invocation .method (
@@ -520,7 +478,6 @@ class MockTileOverlaysController extends _i1.Mock
520
478
),
521
479
returnValueForMissingStub: null ,
522
480
);
523
-
524
481
@override
525
482
void bindToMap (
526
483
int ? mapId,
0 commit comments