size property Null safety

int? size
read / write

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;