approximateBytesUsed property Null safety
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;