active property

bool? get active

Implementation

_i2.bool? get active => _i4.getProperty(
      this,
      'active',
    );
set active (bool? value)

Implementation

set active(_i2.bool? value) {
  _i4.setProperty(
    this,
    'active',
    value ?? _i6.undefined,
  );
}