Trace constructor

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

Implementation

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