Unwraps a list of Result to a list of Element.
List<Element> unwrap() => map((e) => e.element).toList();