clear property

String clear

Gets the value of "clear"

Implementation

String get clear => getPropertyValue('clear');
void clear= (String value)

Sets the value of "clear"

Implementation

set clear(String value) {
  setProperty('clear', value, '');
}