name property
String
get
name
Returns the name of the protocol.
Implementation
String get name => r.getProtocolName(this).cast<Utf8>().toDartString();
Returns the name of the protocol.
String get name => r.getProtocolName(this).cast<Utf8>().toDartString();