DebugTag constructor

DebugTag(
  1. String sourceLocation,
  2. List<String> variableNames
)

Implementation

DebugTag(this.sourceLocation, this.variableNames)
    : _knownValues = List.filled(variableNames.length, null);