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