fromNative static method

SearchPropertiesItem fromNative(
  1. SearchPropertiesItemNative native
)

Implementation

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