DrivingRestrictedEntryImpl extension

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

Static Methods

fromNative(DrivingRestrictedEntryNative native) DrivingRestrictedEntry

Available on DrivingRestrictedEntry, provided by the DrivingRestrictedEntryImpl extension

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

Available on DrivingRestrictedEntry, provided by the DrivingRestrictedEntryImpl extension

toNative(DrivingRestrictedEntry obj) → DrivingRestrictedEntryNative

Available on DrivingRestrictedEntry, provided by the DrivingRestrictedEntryImpl extension

toPointer(DrivingRestrictedEntry? val) Pointer<Void>

Available on DrivingRestrictedEntry, provided by the DrivingRestrictedEntryImpl extension