blob: 7b240a75f3d04ff2c9f4824c82b0d6f0351ea74a [file] [log] [blame] [view]
# describe2 method
*[<Null safety>](https://dart.dev/null-safety)*
dynamic describe2
(dynamic query)
## Implementation
```dart
ConnectionInfo describe2(ConnectionInfoQuery query) {
return ConnectionInfo(representation: Representation.withFile(FileInfo()));
}
```