# 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); | |
``` | |