committed property

bool committed

The committed status associated to this transaction result.

Implementation

bool get committed {
  return _delegate.committed;
}