fromNative static method
Implementation
static Time fromNative(TimeNative native) {
return Time(
value: native.value,
tzOffset: native.tzOffset,
text: to_platform.toPlatformString(native.text));
}
static Time fromNative(TimeNative native) {
return Time(
value: native.value,
tzOffset: native.tzOffset,
text: to_platform.toPlatformString(native.text));
}