blob: cebb13a63b7f1b8af411d96668061da74c59ec6c [file] [log] [blame] [view]
# Encoder constructor
Encoder([WireFormat](../../package-fidl_fidl/WireFormat.md) wireFormat)
## Implementation
```dart
Encoder(this.wireFormat);
```