Gets the value of "position"
String get position => this._position;
Sets the value of "position"
set position(String? value) { _position = value == null ? '' : value; }