message property

String get message

Effective message: the explicit one if supplied, otherwise the canonical message attached to code.

Implementation

String get message => _message ?? code.message;