marker property

Rx<Marker> marker
getter/setter pair

Implementation

Rx<Marker> marker = const Marker(
  markerId: MarkerId('1'),
  position: LatLng(20.42796133580664, 75.885749655962),
).obs;