toStringFull method Null safety
inherited
    Returns a complete textual description of this event.
Implementation
String toStringFull() {
  return toString(minLevel: DiagnosticLevel.fine);
}Returns a complete textual description of this event.
String toStringFull() {
  return toString(minLevel: DiagnosticLevel.fine);
}