LogInfoImpl extension

on

Static Methods

fromNative(LogInfoNative native, {bool takeOwnership = true}) LogInfo

Available on LogInfo, provided by the LogInfoImpl extension

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

Available on LogInfo, provided by the LogInfoImpl extension

toNative(LogInfo obj) LogInfoNative

Available on LogInfo, provided by the LogInfoImpl extension

toPointer(LogInfo? val) Pointer<Void>

Available on LogInfo, provided by the LogInfoImpl extension