buffer property

List<int> buffer
getter/setter pair

Implementation

List<int> buffer = List.filled(BUFF_SIZE, 0);