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