@override List<A> plus<A>(covariant List<A> f1, covariant List<A> f2) => new List.from(f1)..addAll(f2);