values constant

Map<DtlsRole, String> const values

Implementation

static const Map<DtlsRole, String> values = {
  DtlsRole.auto: 'auto',
  DtlsRole.client: 'client',
  DtlsRole.server: 'server',
};