containerName property

String get containerName

The name of the symbol containing this symbol.

Implementation

_i2.String get containerName => _i5.getProperty(
      this,
      'containerName',
    );
set containerName (String value)

Implementation

set containerName(_i2.String value) {
  _i5.setProperty(
    this,
    'containerName',
    value,
  );
}