Entity constructor

Entity({
  1. required List<int> indices,
})

Implementation

Entity({
  required this.indices,
});