Given code
List rawList = [0, 1, 2]; BuiltList list = [0, 1, 2].map((n) => n * 2);
compiles successfully but fails a