reason property

  1. @override
String? get reason
override

Human-readable explanation for a failure or an unverifiable input; null when verified.

Implementation

@override
String? get reason => null;