position property

String position

Gets the value of "position"

Implementation

String get position => this._position;
void position= (String value)

Sets the value of "position"

Implementation

set position(String value) {
  _position = value == null ? '' : value;
}