MYCustomTrace constructor

MYCustomTrace(
  1. StackTrace _trace
)

Implementation

MYCustomTrace(this._trace) {
  _parseTrace();
}