localizedDescription property

String? localizedDescription

A description of the error in the current locale e.g. 'A server with the specified hostname could not be found.'

See NSError.localizedDescription

Implementation

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