position property

set position (int? value)

Implementation

set position(final int? value) => _put("ps", value?.toString());