CLPlacemark.pigeon_detached constructor
CLPlacemark.pigeon_detached({
- BinaryMessenger? pigeon_binaryMessenger,
- PigeonInstanceManager? pigeon_instanceManager,
- CLLocation? location,
- String? name,
- String? thoroughfare,
- String? subThoroughfare,
- String? locality,
- String? subLocality,
- String? administrativeArea,
- String? subAdministrativeArea,
- String? postalCode,
- String? isoCountryCode,
- String? country,
- CNPostalAddress? postalAddress,
- void observeValue()?,
Constructs CLPlacemark 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
CLPlacemark.pigeon_detached({
super.pigeon_binaryMessenger,
super.pigeon_instanceManager,
this.location,
this.name,
this.thoroughfare,
this.subThoroughfare,
this.locality,
this.subLocality,
this.administrativeArea,
this.subAdministrativeArea,
this.postalCode,
this.isoCountryCode,
this.country,
this.postalAddress,
super.observeValue,
}) : super.pigeon_detached();