ChildWidget class

Some widgets have a single child and hence need only the property name to that child whilst others have a list of children and need a name to that list hence either acts as a unifying type to achieve both

Constructors

ChildWidget(String name, ChildWidgetValue value)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
Name of the property/argument that the associated child/children are placed under
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ChildWidgetValue
getter/setter pair

Methods

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