userSelect property Null safety

String userSelect

Gets the value of "user-select"

Implementation

String get userSelect => getPropertyValue('user-select');
void userSelect=(String value)

Sets the value of "user-select"

Implementation

set userSelect(String value) {
  setProperty('user-select', value, '');
}