position property

int get position

Implementation

int get position => _position;
set position (int pos)

Implementation

set position(int pos) => _position = pos;