localizedFailureReason property

String? localizedFailureReason

An explanation of the reason for the error in the current locale.

See NSError.localizedFailureReason

Implementation

String? get localizedFailureReason =>
    toStringOrNull(_nsObject.localizedFailureReason);