values constant

List<ProtocolL4> const values

List of all possible values in this ProtocolL4.

Implementation

static const values = <ProtocolL4>[
  tcp,
  udp,
];