whiteSpace property

String whiteSpace

Implementation

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

Implementation

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