values property

Set of all values of ContentBlockerTriggerLoadType.

Implementation

static final Set<ContentBlockerTriggerLoadType> values = [
  ContentBlockerTriggerLoadType.FIRST_PARTY,
  ContentBlockerTriggerLoadType.THIRD_PARTY,
].toSet();