hasCommandOfType<T extends ReleasePackerCommand> method
Implementation
bool hasCommandOfType<T extends ReleasePackerCommand>() =>
hasCommands && commands!.whereType<T>().isNotEmpty;
bool hasCommandOfType<T extends ReleasePackerCommand>() =>
hasCommands && commands!.whereType<T>().isNotEmpty;