String quotes

Gets the value of "quotes"

Source

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

Sets the value of "quotes"

Source

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