localizedRecoverySuggestion property

String? localizedRecoverySuggestion

An explanation of how to fix the error in the current locale.

See NSError.localizedRecoverySuggestion

Implementation

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