size property

int get size

Implementation

int get size => _tail + ((-_tail) & (_maxAlign - 1));