Returns this chain of operations as String.
@override String toString() { var keys = keysToString(); return '{$keys}${toStringThen('.')}'; }