RowModel constructor

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

Implementation

RowModel(WidgetModel parent, String? id) : super(parent, id);