RemoteWidgetLibrary constructor
const
RemoteWidgetLibrary(
- List<
Import> imports, - List<
WidgetDeclaration> widgets
Wraps a set of imports
and widgets
(widget declarations) in a
RemoteWidgetLibrary object.
The provided lists must not be mutated once the library is created.
Implementation
const RemoteWidgetLibrary(this.imports, this.widgets);