getExcessive method

String? getExcessive()

What permission is given and user does not want

Implementation

String? getExcessive() {
  return AccessMode.encode(_given & ~_want);
}