isSudo property Null safety

bool isSudo

On Windows this is always false.

Implementation

bool get isSudo => false;