ObjectsRemoved.single constructor
- GlobalVectorDefinition cell, {
- int? object,
Implementation
ObjectsRemoved.single(this.cell, {int? object})
: objects = object == null ? null : [object];
ObjectsRemoved.single(this.cell, {int? object})
: objects = object == null ? null : [object];