problem property

  1. @override
String problem
final

Problem statement of the Exception.

Example:

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

Implementation

@override
final String problem;