HttpPatchModel constructor
HttpPatchModel(
- WidgetModel parent,
- String? id
Implementation
HttpPatchModel(WidgetModel parent, String? id) : super(parent, id);
HttpPatchModel(WidgetModel parent, String? id) : super(parent, id);