children property

List<DocumentSymbol> get children

Children of this symbol, e.g. properties of a class.

Implementation

_i2.List<_i3.DocumentSymbol> get children => (_i5.getProperty(
      this,
      'children',
    ) as _i2.List)
        .cast();
set children (List<DocumentSymbol> value)

Implementation

set children(_i2.List<_i3.DocumentSymbol> value) {
  _i5.setProperty(
    this,
    'children',
    value,
  );
}