modal property

bool? get modal

Indicates that this message should be modal.

Implementation

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

Implementation

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