size property
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;
The amount of memory in bytes. This is a retained size, not a shallow size. That is, it includes the size of children.
int? size;