fromNative static method
Implementation
static SearchPropertiesItem fromNative(SearchPropertiesItemNative native) {
return SearchPropertiesItem(
key: to_platform.toPlatformString(native.key),
value: to_platform.toPlatformString(native.value));
}