blob: 57b26539f870d24659ad665b9d5a7bcce39b536c [file] [log] [blame] [view] [edit]
# $interfaceName property
String $interfaceName
_<span class="feature final">final</span>_
<p>The name of the interface of <code>T</code>.</p>
<p>Unlike <a href="../../package-fidl_fidl/AsyncProxyController/$serviceName.md">$serviceName</a> should always be set and won't be fully qualified.
This should only be used for debugging and logging purposes.</p>
## Implementation
```dart
final String? $interfaceName;
```