position property

List<num> position

Returns the current field position.

Implementation

List<num> get position => List<num>.from(_position);