needsConfirmation property

bool get needsConfirmation

A flag which indicates that user confirmation is needed.

Implementation

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

Implementation

set needsConfirmation(_i2.bool value) {
  _i5.setProperty(
    this,
    'needsConfirmation',
    value,
  );
}