problem property

  1. @override
String problem

Problem statement of the Exception.

Example:

problem => 'Provided value is -26 which is negative.'

Implementation

@override
get problem => 'Object with key \'$objectKey\' not found in store.';