RouteOptionsImpl extension

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

Static Methods

fromNative(RouteOptionsNative native) RouteOptions

Available on RouteOptions, provided by the RouteOptionsImpl extension

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

Available on RouteOptions, provided by the RouteOptionsImpl extension

toNative(RouteOptions obj) → RouteOptionsNative

Available on RouteOptions, provided by the RouteOptionsImpl extension

toPointer(RouteOptions? val) Pointer<Void>

Available on RouteOptions, provided by the RouteOptionsImpl extension