suffix property

String get suffix

Implementation

String get suffix => js_util.getProperty(this, 'suffix');
set suffix (String newValue)

Implementation

set suffix(String newValue) {
  js_util.setProperty(this, 'suffix', newValue);
}