flatSize property

  1. @protected
int flatSize
getter/setter pair

Number of elements in the buffer. It will be changed to a proper value in the constructor.

Implementation

@protected
late int flatSize = -1;