values property

Set<MixedContentMode> values
final

Set of all values of MixedContentMode.

Implementation

static final Set<MixedContentMode> values = [
  MixedContentMode.MIXED_CONTENT_ALWAYS_ALLOW,
  MixedContentMode.MIXED_CONTENT_COMPATIBILITY_MODE,
  MixedContentMode.MIXED_CONTENT_NEVER_ALLOW,
].toSet();