name property
name is the name of the protocol.
This name is a translation key, so, check the translation messages to get the name,
the key is composed by protocols.outbound.{name}.
Implementation
String get id;/// [name] is the name of the protocol.
/// This name is a translation key, so, check the translation messages to get the name,
/// the key is composed by `protocols.outbound.{name}`.
String get name;