hyphens property

String hyphens

Implementation

_i2.String get hyphens => _i4.getProperty(
      this,
      'hyphens',
    );
void hyphens=(String value)

Implementation

set hyphens(_i2.String value) {
  _i4.setProperty(
    this,
    'hyphens',
    value,
  );
}