Gets all warning messages as a list of strings.
List<String> get warningMessages => warnings.map((w) => w.message).toList();