DebugInfo constructor

DebugInfo({
  1. List<String> stackEntries = const [],
  2. String detail = '',
})

Implementation

DebugInfo({this.stackEntries = const [], this.detail = ''})
  : super(fullyQualifiedName);