ModelItem constructor

const ModelItem({
  1. String name = "",
  2. bool local = false,
})

Implementation

const ModelItem({
  this.name = "",
  this.local = false,
});