SpanImpl extension

on
Annotations
  • @ContainerData(toNative: 'SpanImpl.toPointer', toPlatform: '(val) => SpanImpl.fromPointer(val, needFree: false)', platformType: 'Span')

Static Methods

fromNative(SpanNative native) Span

Available on Span, provided by the SpanImpl extension

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

Available on Span, provided by the SpanImpl extension

toNative(Span obj) → SpanNative

Available on Span, provided by the SpanImpl extension

toPointer(Span? val) Pointer<Void>

Available on Span, provided by the SpanImpl extension