reason property

String? get reason

Reason of failed verification

Implementation

String? get reason => _map["reason"] as String?;