LifeStep constructor
- LifeStepEntity _model,
 - {List<
Human> humans, - Key key}
 
Implementation
LifeStep(
  this._model, {
  List<Human> humans,
  Key key,
})  : _humans = humans ?? [],
      super(key: key);
    LifeStep(
  this._model, {
  List<Human> humans,
  Key key,
})  : _humans = humans ?? [],
      super(key: key);