Returns a string representation of this object.
Source
String toString() => "ContextModel["
"PARENT: ${parentScope}, "
"VARS: ${variables.toString()}, "
"FUNCS: ${functions.toString()}]";