ConstraintModel constructor

ConstraintModel(
  1. WidgetModel? parent,
  2. String? id, {
  3. Scope? scope,
})

Implementation

ConstraintModel(WidgetModel? parent, String? id, {Scope? scope}) : super(parent, id, scope: scope);