approximateBytesUsed property Null safety

int approximateBytesUsed
FfiNative<Uint64 Function(Pointer<Void>)>(Pointer<Void>)>('Picture::GetAllocationSize', isLeaf: true)">@FfiNative<Uint64 Function(Pointer<Void>)>(Pointer<Void>)>('Picture::GetAllocationSize', isLeaf: true)

Returns the approximate number of bytes allocated for this object.

The actual size of this picture may be larger, particularly if it contains references to image or other large objects.

Implementation

@FfiNative<Uint64 Function(Pointer<Void>)>('Picture::GetAllocationSize', isLeaf: true)
external int get approximateBytesUsed;