CLLocationSourceInformation.pigeon_detached constructor
CLLocationSourceInformation.pigeon_detached({})
Constructs CLLocationSourceInformation 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
CLLocationSourceInformation.pigeon_detached({
super.pigeon_binaryMessenger,
super.pigeon_instanceManager,
required this.isProducedByAccessory,
required this.isSimulatedBySoftware,
super.observeValue,
}) : super.pigeon_detached();