LifeStep constructor

LifeStep(
  1. LifeStepEntity _model,
  2. {List<Human> humans,
  3. Key key}
)

Implementation

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