blob: 991afb809c3fec20377b2bf6be20231782301397 [file] [log] [blame] [view]
# $serviceName property
String $serviceName
_<span class="feature">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;
```