message property

String get message

String representation of this server error.

Implementation

String get message => _errorTexts[code]!;