Trace constructor Null safety

const Trace(
  1. [String path = '']
)

Implementation

const Trace([String path = '']) : super('TRACE', path);