ErrorImpl extension

on

Static Methods

fromNative(ErrorNative native) Error

Available on Error, provided by the ErrorImpl extension

fromPointer(Pointer<Void> ptr, {bool needFree = true}) Error?

Available on Error, provided by the ErrorImpl extension

toNative(Error obj) ErrorNative

Available on Error, provided by the ErrorImpl extension

toPointer(Error? val) Pointer<Void>

Available on Error, provided by the ErrorImpl extension