stack property

String? stack

Implementation

_i2.String? get stack => _i6.getProperty(
      this,
      'stack',
    );
void stack=(String? value)

Implementation

set stack(_i2.String? value) {
  _i6.setProperty(
    this,
    'stack',
    value ?? _i5.undefined,
  );
}