blob: 378b9c7fafe761b8344c682a8044a54ac5f8e0e9 [file] [log] [blame] [view]
# kWireFormatDefault top-level constant
[WireFormat](../package-fidl_fidl/WireFormat.md) const kWireFormatDefault
## Implementation
```dart
const WireFormat kWireFormatDefault = WireFormat.v2;
```