symbols property

String symbols

Implementation

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

Implementation

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