getAllErrors method

List<Map<String, dynamic>> getAllErrors()

Implementation

List<Map<String, dynamic>> getAllErrors() {
  return errors;
}