blob: 3840a8794a9c3be2b7b79df05a47a99094bed48a [file] [log] [blame] [view]
# Decoder.fromRawArgs constructor
Decoder.fromRawArgs(ByteData data, List<[HandleInfo](../../zircon/HandleInfo-class.md)> handleInfos, [WireFormat](../../package-fidl_fidl/WireFormat.md) wireFormat)
## Implementation
```dart
Decoder.fromRawArgs(this.data, this.handleInfos, this.wireFormat);
```