fromNative static method
Implementation
static LocationInfo fromNative(LocationInfoNative native, {bool takeOwnership = true}) {
return LocationInfo(
native.id,
native.version,
toPlatformString(native.name, takeOwnership: takeOwnership),
);
}