values property

Set<WebArchiveFormat> values
final

Set of all values of WebArchiveFormat.

Implementation

static final Set<WebArchiveFormat> values = [
  WebArchiveFormat.MHT,
  WebArchiveFormat.WEBARCHIVE,
].toSet();