LogModel constructor

LogModel(
  1. WidgetModel parent,
  2. String? id
)

Implementation

LogModel(super.parent, super.id);