info method

Alert info()

Sets the alert to info type.

Implementation

Alert info() {
  _type = AlertType.info;
  return this;
}