WidgetDescriptionResult class

Properties

hashCode int
The hash code for this object.
no setterinherited
properties List<FlutterWidgetProperty>
The list of properties of the widget. Some of the properties might be read only, when their editor is not set. This might be because they have type that we don't know how to edit, or for compound properties that work as containers for sub-properties.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

parse(Map m) WidgetDescriptionResult