Scope chain for this call frame.
Iterable<WipScope> getScopeChain() => (json['scopeChain'] as List) .map((scope) => WipScope(scope as Map<String, dynamic>));