UriImpl extension

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

Static Methods

fromNative(UriNative native) Uri

Available on Uri, provided by the UriImpl extension

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

Available on Uri, provided by the UriImpl extension

toNative(Uri obj) → UriNative

Available on Uri, provided by the UriImpl extension

toPointer(Uri? val) Pointer<Void>

Available on Uri, provided by the UriImpl extension