toString method

  1. @override
String toString()
override

for debugging and testing

Implementation

@override
String toString() =>
    ' Token{type: $type,value: $value,isClassContext: $isClassContext} ';