values constant

Map<IceCandidateType, String> const values

Implementation

static const Map<IceCandidateType, String> values = {
  IceCandidateType.host: 'host',
  IceCandidateType.prflx: 'prflx',
  IceCandidateType.relay: 'relay',
  IceCandidateType.srflx: 'srflx',
};