solution property

  1. @override
String solution

Solution statement of the Exception.

Example:

solution => 'Please provide a positive value.'

Implementation

@override
get solution =>
    'Please insert an object with key \'$objectKey\' before accessing it.';