description property

  1. @override
String get description
override

A verbose description of what this exception means, in general. Don't confuse with the optional message parameter, which is there to explain what exactly went wrong in that particular case.

Implementation

@override
String get description => 'The DLL was not found.';