WidgetDefModel<P extends PropertyModel, E extends EventModel> class abstract

Mixed in types

Constructors

WidgetDefModel(String id, String label, String groupId, Set<P> properties, Set<E> events)

Properties

events Set<E>
getter/setter pair
groupId String
The Hypi editor's "Add Component" area has groups. This ID identifies the group in which this widget is placed.
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
label String
A user friendly name to display when identifying this object to the user in the editor.
final
properties Set<P>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(Map<String, dynamic> args) → dynamic
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