isDelete property

bool get isDelete

Returns true if this value is delete, otherwise false.

Implementation

bool get isDelete => this == KnownRepoOpAction.delete;