static Variable fromJson(Map<String, dynamic> json) => GoogleMapsControllerVariable( id: json['id'], name: json['name'], mapController: null, cameraPosition: null, );