problem property

  1. @override
String problem
override

Problem statement of the Exception.

Example:

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

Implementation

@override
String get problem => 'Something went wrong.';