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 => 'File found, but could not be loaded! '
    'Could be a permission error or the file is corrupted. '
    '(on the C++ side).';