quotes property Null safety
Gets the value of "quotes"
Implementation
String get quotes => getPropertyValue('quotes');
Sets the value of "quotes"
Implementation
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, '');
}