DebugLogString constructor

DebugLogString({
  1. required String logTitle,
  2. required String logsDescription,
  3. bool isExpanded = false,
})

Implementation

DebugLogString(
    {required this.logTitle,
    required this.logsDescription,
    this.isExpanded = false});