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