Back to Flutter Boost

BoostSpecificEntryRefreshMode enum

doc/api/overlay_entry/BoostSpecificEntryRefreshMode-class.html

5.0.22.5 KB
Original Source

BoostSpecificEntryRefreshMode enum

The Entry refresh mode,which indicates different situation

Constants

add→ const BoostSpecificEntryRefreshMode

Just add an new entry

const BoostSpecificEntryRefreshMode(0) moveToTop→ const BoostSpecificEntryRefreshMode

move an existing entry to top

const BoostSpecificEntryRefreshMode(2) remove→ const BoostSpecificEntryRefreshMode

remove a specific entry from entries list

const BoostSpecificEntryRefreshMode(1) values→ const List<BoostSpecificEntryRefreshMode>

A constant List of the values in this enum, in order of their declaration.

const List<BoostSpecificEntryRefreshMode>

Properties

hashCodeint The hash code for this object. [...] read-only, inherited index→ int

The integer index of this enum.

final runtimeTypeType A representation of the runtime type of the object. read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic Invoked when a non-existent method or property is accessed. [...] inherited toString() → String A string representation of this object. [...] override

Operators

operator ==(Object other) → bool The equality operator. [...] inherited