isInternal property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? isInternal
getter/setter pair

If this is true, then checks are made only from the 'internal_checkers'.

If it is false, then checks are made only from the 'selected_regions'. It is an error to provide 'selected_regions' when is_internal is true, or to provide 'internal_checkers' when is_internal is false.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? isInternal;