MessageOptions class

Options to configure the behavior of the message.

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

MessageOptions({bool? modal, String? detail})
factory

Properties

detail String?

Available on MessageOptions, provided by the MessageOptions$Typings extension

Human-readable detail message that is rendered less prominent. Note that detail is only shown for {@link MessageOptions.modal modal} messages.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited

Available on MessageOptions, provided by the MessageOptions$Typings extension

Indicates that this message should be modal.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited