ObjectsSpawned constructor

ObjectsSpawned(
  1. String table, [
  2. Map<VectorDefinition, List<GameObject>> objects = const {}
])

Implementation

ObjectsSpawned(this.table, [this.objects = const {}]);