WasmFileUrisException class

An exception that contains a list of ErrorWithTrace errors found while trying to load a WasmFileUris.

Implemented types

Constructors

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

Properties

errors List<ErrorWithTrace>
The list of errors found while trying to load the uris.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uris WasmFileUris
The WasmFileUris that failed to load.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited