Returns a new Trace comprised of frames.
frames
Trace(Iterable<Frame> frames, {String original}) : frames = new List<Frame>.unmodifiable(frames), original = new StackTrace.fromString(original);