isSudo property

bool get isSudo

On Windows this is always false.

Implementation

bool get isSudo => false;