messageId property

String? get messageId

The ID of the message with this error, if error is related to a specific message.

Implementation

String? get messageId => _wrapped.messageId;
set messageId (String? v)

Implementation

set messageId(String? v) {
  _wrapped.messageId = v;
}