CategoryImpl extension

on

Static Methods

fromNative(CategoryNative native, {bool takeOwnership = true}) Category

Available on Category, provided by the CategoryImpl extension

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

Available on Category, provided by the CategoryImpl extension

toNative(Category obj) CategoryNative

Available on Category, provided by the CategoryImpl extension

toPointer(Category? val) Pointer<Void>

Available on Category, provided by the CategoryImpl extension