Gets all error messages as a list of strings.
List<String> get errorMessages => errors.map((e) => e.message).toList();