Gets the value of "quotes"
Source
String get quotes => getPropertyValue('quotes');
Sets the value of "quotes"
Source
set quotes(String value) {
setProperty('quotes', value, '');
}
Gets the value of "quotes"
String get quotes => getPropertyValue('quotes');
Sets the value of "quotes"
set quotes(String value) {
setProperty('quotes', value, '');
}