RemoteWidgetLibrary class

The in-memory representation of the output of parseTextLibraryFile or decodeLibraryBlob.

Inheritance

Constructors

RemoteWidgetLibrary(List<Import> imports, List<WidgetDeclaration> widgets)
Wraps a set of imports and widgets (widget declarations) in a RemoteWidgetLibrary object.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
imports List<Import>
The list of libraries that this library depends on.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgets List<WidgetDeclaration>
The list of widgets declared by this library.
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