types constant

Map<String, TcpType> const types

Implementation

static const Map<String, TcpType> types = {
  'active': TcpType.active,
  'passive': TcpType.passive,
  'so': TcpType.so,
};