CLLocation.pigeon_detached constructor
CLLocation.pigeon_detached({
- BinaryMessenger? pigeon_binaryMessenger,
- PigeonInstanceManager? pigeon_instanceManager,
- void observeValue()?,
Constructs CLLocation 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
CLLocation.pigeon_detached({
super.pigeon_binaryMessenger,
super.pigeon_instanceManager,
super.observeValue,
}) : super.pigeon_detached();