size property

int? size
getter/setter pair

The amount of memory in bytes. This is a retained size, not a shallow size. That is, it includes the size of children.

Implementation

int? size;