get property

  1. @override
Map<String, dynamic> get get
override

Get the default attributes for a widget

Implementation

@override
Map<String, dynamic> get get => <String, dynamic>{
      GMDBKeys.goToUserPosition: false,
      GMDBKeys.zoomEnabled: true,
      GMDBKeys.scrollEnabled: true,
      GMDBKeys.rotateEnabled: true,
      GMDBKeys.tiltEnabled: true,
      GMDBKeys.myLocationEnabled: false,
      GMDBKeys.myLocationButtonEnabled: false,
      GMDBKeys.trafficEnabled: false,
      DBKeys.jsonGetAttribute: const JsonGetAttribute(
        variableID: '',
        jsonPath: '',
        type: VariableTypes.json,
        overridedLoop: null,
      ),
      GMDBKeys.markers: <GoogleMapsMarkerEntity>[
        GoogleMapsMarkerEntity.ready(const Uuid().v1()),
      ],
    };