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