WidgetNodeSpec class

Class representing a Model's Widget Node.

Inheritance

Constructors

WidgetNodeSpec(String id, String? name, String type, String? template, Map props, Map actions, Map widgets, Map extra)
WidgetNodeSpec.fromMap(Map spec)
factory

Properties

actions Map
finalinherited
extra Map
final
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
name String?
finalinherited
props Map
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
template String?
final
type String
finalinherited
widgets Map
final

Methods

buildProp(String key, {dynamic argument}) → dynamic
clone() WidgetNodeSpec
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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