message property Null safety

String? message

If available, this returns a localized message describing the error that can be presented to the end-user.

This message is provided by the operating system.

Returns: the message.

Implementation

String? get message;