isConcurrencySafe property

  1. @override
bool get isConcurrencySafe
override

Whether this tool is safe to run concurrently with other tools.

Implementation

@override
bool get isConcurrencySafe => false;