clone method

Marker clone()
override

Creates a new Marker object whose values are the same as this instance.

Implementation

Marker clone() => copyWith();