Message property

String? Message
Gets or sets the message.

Implementation

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

Implementation

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