byName static method

Protocol? byName(
  1. String name
)

Returns the protocol for the given name

Implementation

static Protocol? byName(String name) => _protocols[name];