errors property

List<Errors> errors
getter/setter pair

Implementation

late List<Errors> errors = List.empty(growable: true);