fromString static method

TcpType fromString(
  1. String type
)

Implementation

static TcpType fromString(String type) => types[type]!;