fromNative static method
Implementation
static Error fromNative(ErrorNative native) {
return Error(
toPlatformString(native.message),
native.code,
);
}
static Error fromNative(ErrorNative native) {
return Error(
toPlatformString(native.message),
native.code,
);
}