buffer property

List<T> buffer
getter/setter pair

Data will be stored here

Implementation

List<T> buffer = [];