StorageLibraryChangeType enum

Describes the type of change that occurred to the storage library item.

Inheritance

Constructors

StorageLibraryChangeType(int value)
const
StorageLibraryChangeType.from(int value)
factory

Values

created → const StorageLibraryChangeType
const StorageLibraryChangeType(0)
deleted → const StorageLibraryChangeType
const StorageLibraryChangeType(1)
movedOrRenamed → const StorageLibraryChangeType
const StorageLibraryChangeType(2)
contentsChanged → const StorageLibraryChangeType
const StorageLibraryChangeType(3)
movedOutOfLibrary → const StorageLibraryChangeType
const StorageLibraryChangeType(4)
movedIntoLibrary → const StorageLibraryChangeType
const StorageLibraryChangeType(5)
contentsReplaced → const StorageLibraryChangeType
const StorageLibraryChangeType(6)
indexingStatusChanged → const StorageLibraryChangeType
const StorageLibraryChangeType(7)
encryptionChanged → const StorageLibraryChangeType
const StorageLibraryChangeType(8)
changeTrackingLost → const StorageLibraryChangeType
const StorageLibraryChangeType(9)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

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

Constants

values → const List<StorageLibraryChangeType>
A constant List of the values in this enum, in order of their declaration.