message method

Alert message(
  1. String text
)

Sets the alert message.

Implementation

Alert message(String text) {
  _message = text;
  return this;
}