errors property

  1. @override
SunnyObservableMap<JsonPath, ValidationError?> errors
final

An observable map of errors

Implementation

@override
final errors = SunnyObservableMap<JsonPath, ValidationError>();