reason property
String?
get
reason
Reason of failed verification
Implementation
String? get reason => _map["reason"] as String?;
Reason of failed verification
String? get reason => _map["reason"] as String?;