quotes property

String quotes

Gets the value of "quotes"

Implementation

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

Sets the value of "quotes"

Implementation

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