position method

void position(
  1. int position
)

Implementation

void position(int position) {
  _addExpression("\$position", position);
}