MapLoadStatisticsImpl extension

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

Static Methods

fromNative(MapLoadStatisticsNative native) MapLoadStatistics
fromPointer(Pointer<Void> ptr, {bool needFree = true}) MapLoadStatistics?
toNative(MapLoadStatistics obj) → MapLoadStatisticsNative
toPointer(MapLoadStatistics? val) Pointer<Void>