problem property

  1. @override
String problem

Problem statement of the Exception.

Example:

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

Implementation

@override
get problem => 'No builder found in the factory for key - $builderKey.';