position property

void position=(int? value)

Implementation

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