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