blob: 9d8c168db518e87ecc756c457b3531d0e21301c5 [file] [log] [blame] [view]
# $interfaceName property
String $interfaceName
_final_
<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;
```