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