success property

bool? get success

If the execution finished successfully.

Implementation

_i2.bool? get success => _i5.getProperty(
      this,
      'success',
    );