instance property

  1. @TagNumber.new(4)
bool get instance

Instance is returned if the administrator roles were granted on the instance level.

Implementation

@$pb.TagNumber(4)
$core.bool get instance => $_getBF(3);
  1. @TagNumber.new(4)
set instance (bool value)

Implementation

@$pb.TagNumber(4)
set instance($core.bool value) => $_setBool(3, value);