quotes property
String
get
quotes
Implementation
_i2.String get quotes => _i4.getProperty(
this,
'quotes',
);
set
quotes
(String value)
Implementation
set quotes(_i2.String value) {
_i4.setProperty(
this,
'quotes',
value,
);
}