doc/api/overlay_entry/BoostSpecificEntryRefreshMode-class.html
The Entry refresh mode,which indicates different situation
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>
hashCode→ int The hash code for this object. [...] read-only, inherited index→ int
The integer index of this enum.
final runtimeType→ Type A representation of the runtime type of the object. read-only, inherited
noSuchMethod(Invocation invocation) → dynamic Invoked when a non-existent method or property is accessed. [...] inherited toString() → String A string representation of this object. [...] override
operator ==(Object other) → bool The equality operator. [...] inherited