Message property

String? get Message
Gets or sets the message.

Implementation

String? get Message => this.message;
set Message (String? value)

Implementation

set Message(String? value) {
  this.message = value;
}