History constructor

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

Implementation

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