FlateStoreLifecycle enum

Inheritance

Constructors

FlateStoreLifecycle()
const

Values

unprepared → const FlateStoreLifecycle

FlateStore is not prepared

preparing → const FlateStoreLifecycle

FlateStore perform preparing. All the resources necessary for the work should be allocated at this stage

prepared → const FlateStoreLifecycle

FlateStore is prepared and ready. The store is ready for the work, all resources must be allocated

releasing → const FlateStoreLifecycle

FlateStore perform release. All allocated resources should be free at the end

released → const FlateStoreLifecycle

FlateStore already released. All allocated resources should be free at this time

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

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<FlateStoreLifecycle>
A constant List of the values in this enum, in order of their declaration.