DebugLog constructor

DebugLog({
  1. List<String>? line,
})

Implementation

DebugLog({this.line});