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