WasmFileUrisException constructor
const
WasmFileUrisException(
- WasmFileUris uris,
- List<
ErrorWithTrace> errors
Creates a new WasmFileUrisException with the given uris
and errors
.
Implementation
const WasmFileUrisException(
this.uris,
this.errors,
);