fields property

List<IdValidator<Result>> get fields

List of IdValidators used to validate a dynamic Map. Each field represents a value in the map, id is used to identify the key from the map.

Implementation

List<IdValidator> get fields;