*<Null safety>*
String? $serviceName
final
The service name associated with T
, if any.
Will be set if the [Discoverable]
attribute is on the FIDL interface
definition. If set it will be the fully-qualified name of the interface.
This string is typically used with the ServiceProvider
interface to
request an implementation of T
.
Implementation
final String? $serviceName