whiteSpace property

String get whiteSpace

Implementation

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

Implementation

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