RouteOptionsImpl extension
- on
- @ContainerData(toNative: 'RouteOptionsImpl.toPointer', toPlatform: '(val) => RouteOptionsImpl.fromPointer(val, needFree: false)', platformType: 'RouteOptions')
Static Methods
-
fromNative(
RouteOptionsNative native) → RouteOptions -
fromPointer(
Pointer< Void> ptr, {bool needFree = true}) → RouteOptions? -
toNative(
RouteOptions obj) → RouteOptionsNative -
toPointer(
RouteOptions? val) → Pointer< Void>