suffix property

String? get suffix

Define a suffix.

@default ""

Implementation

_i2.String? get suffix => _i4.getProperty(
      this,
      'suffix',
    );
set suffix (String? value)

Implementation

set suffix(_i2.String? value) {
  _i4.setProperty(
    this,
    'suffix',
    value ?? _i6.undefined,
  );
}