# describe2 method | |
*[<Null safety>](https://dart.dev/null-safety)* | |
- @override | |
dynamic describe2 | |
(dynamic query) | |
_<span class="feature">override</span>_ | |
## Implementation | |
```dart | |
@override | |
ConnectionInfo describe2(ConnectionInfoQuery query) { | |
return ConnectionInfo(representation: Representation.withFile(FileInfo())); | |
} | |
``` | |