Models constructor

Models({
  1. List<Model>? items,
  2. String? position,
})

Implementation

Models({
  this.items,
  this.position,
});