DebugLog constructor Null safety

DebugLog(
  1. Model<ProgramOperation> _model
)

Implementation

DebugLog(this._model) : _keys = List.empty(growable: true);