blob: d81acc2524c56e2b98d8be2e258132e03b76f259 [file] [log] [blame] [view]
# $serviceName property
String $serviceName
_<span class="feature final">final</span>_
<p>The service name associated with <code>T</code>, if any.</p>
<p>Will be set if the <code>[Discoverable]</code> attribute is on the FIDL interface
definition. If set it will be the fully-qualified name of the interface.</p>
<p>This string is typically used with the <code>ServiceProvider</code> interface to
request an implementation of <code>T</code>.</p>
## Implementation
```dart
final String? $serviceName;
```