WidgetDefModel<P extends PropertyModel, E extends EventModel> constructor

WidgetDefModel<P extends PropertyModel, E extends EventModel>(
  1. String id,
  2. String label,
  3. String groupId,
  4. Set<P> properties,
  5. Set<E> events,
)

Implementation

WidgetDefModel(
  this.id,
  this.label,
  this.groupId,
  this.properties,
  this.events,
);