RowModel constructor

RowModel(
  1. Model parent,
  2. String? id, {
  3. Scope? scope,
  4. dynamic data,
})

Implementation

RowModel(Model super.parent, super.id, {super.scope, super.data});