AttributionAuthorImpl extension

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

Static Methods

fromNative(AttributionAuthorNative native) AttributionAuthor

Available on AttributionAuthor, provided by the AttributionAuthorImpl extension

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

Available on AttributionAuthor, provided by the AttributionAuthorImpl extension

toNative(AttributionAuthor obj) → AttributionAuthorNative

Available on AttributionAuthor, provided by the AttributionAuthorImpl extension

toPointer(AttributionAuthor? val) Pointer<Void>

Available on AttributionAuthor, provided by the AttributionAuthorImpl extension