GoogleMapsControllerVariable constructor
const
GoogleMapsControllerVariable({})
Implementation
const GoogleMapsControllerVariable({
required ID id,
required String name,
required this.mapController,
required this.cameraPosition,
}) : super(
id: id,
name: name,
type: VariableTypes.googleMapsController,
isNullable: false,
);