quotes property
override
Gets the value of "quotes"
Implementation
String get quotes => this._quotes;
override
Sets the value of "quotes"
Implementation
set quotes(String? value) {
_quotes = value == null ? '' : 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 => this._quotes;
Sets the value of "quotes"
set quotes(String? value) {
_quotes = value == null ? '' : value;
}