clone method
Creates a new Marker
object whose values are the same as this instance.
Implementation
@override
Marker clone() => copyWith();
Creates a new Marker
object whose values are the same as this instance.
@override
Marker clone() => copyWith();