ObjectsMoved constructor

ObjectsMoved(
  1. String table,
  2. List<int> objects,
  3. VectorDefinition from,
  4. VectorDefinition to,
)

Implementation

ObjectsMoved(this.table, this.objects, this.from, this.to);