isCreate property

bool get isCreate

Returns true if this value is create, otherwise false.

Implementation

bool get isCreate => this == KnownRepoOpAction.create;