TileIdImpl extension

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

Static Methods

fromNative(TileIdNative native) TileId

Available on TileId, provided by the TileIdImpl extension

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

Available on TileId, provided by the TileIdImpl extension

toNative(TileId obj) → TileIdNative

Available on TileId, provided by the TileIdImpl extension

toPointer(TileId? val) Pointer<Void>

Available on TileId, provided by the TileIdImpl extension