keys property

List<String> keys

contains the failed input keys in the exception object

Implementation

List<String> get keys => _errors.keys.toList();