ObjectsRemoved constructor

ObjectsRemoved(
  1. GlobalVectorDefinition cell, {
  2. List<int>? objects,
})

Implementation

ObjectsRemoved(this.cell, {this.objects});