List<CallFrame> get callFrames => (json['callFrames'] as List) .map((m) => CallFrame(m as Map<String, dynamic>)) .toList();