reason property

String? get reason

The reason of failure.

Implementation

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