DebugInfo constructor

DebugInfo({
  1. String? detail,
  2. List<String>? stackEntries,
})

Implementation

DebugInfo({this.detail, this.stackEntries});