CLLocationCoordinate2D.pigeon_detached constructor
CLLocationCoordinate2D.pigeon_detached({})
Constructs CLLocationCoordinate2D without creating the associated native object.
This should only be used by subclasses created by this library or to
create copies for an PigeonInstanceManager.
Implementation
@protected
CLLocationCoordinate2D.pigeon_detached({
super.pigeon_binaryMessenger,
super.pigeon_instanceManager,
required this.latitude,
required this.longitude,
super.observeValue,
}) : super.pigeon_detached();