quotes property
Gets the value of "quotes"
Implementation
String get quotes => getPropertyValue('quotes');
Sets the value of "quotes"
Implementation
set quotes(String value) {
setProperty('quotes', value, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "quotes"
String get quotes => getPropertyValue('quotes');
Sets the value of "quotes"
set quotes(String value) {
setProperty('quotes', value, '');
}