ObjectsChanged constructor

ObjectsChanged(
  1. GlobalVectorDefinition cell, [
  2. List<GameObject> objects = const []
])

Implementation

ObjectsChanged(this.cell, [this.objects = const []]);