isActivated property

  1. @override
bool isActivated
final

Determine this program is executed with superuser right.

This can be true only if isSuperuser true at the same time.

Implementation

@override
final bool isActivated;