userSelect property

String userSelect

Implementation

_i2.String get userSelect => _i4.getProperty(
      this,
      'userSelect',
    );
void userSelect=(String value)

Implementation

set userSelect(_i2.String value) {
  _i4.setProperty(
    this,
    'userSelect',
    value,
  );
}