Entity constructor

const Entity({
  1. String? name,
  2. List? indices,
})

Implementation

const Entity({this.name, this.indices});