dismissOnConnectionChanges property
bool
get
dismissOnConnectionChanges
Whether this message should be dismissed on app connection changes.
Implementation
bool get dismissOnConnectionChanges =>
(data![_dismissOnConnectionChangesKey] as bool?) ?? true;