History constructor

const History(
  1. String resultType,
  2. List<String> message,
  3. String classLocation,
  4. String functionLocation,
  5. Map<String, dynamic> _monitor,
  6. Map<String, dynamic> _debug,
  7. List<History> _historyList,
)

Implementation

const History(this.resultType, this.message, this.classLocation, this.functionLocation, this._monitor, this._debug, this._historyList);