StorageType enum

Type of values stored in a storage server

Inheritance

Constructors

StorageType()
const

Values

string → const StorageType

Strings

integer → const StorageType

Integer values

double → const StorageType

Double values

datetime → const StorageType

Datetime values. Serialized as milliseconds since epoch on the wire

binary → const StorageType

Binary data. Serialized as base64 on the wire, Uint8List internally

boolean → const StorageType

Boolean values

stringList → const StorageType

List of strings. Serialized as json array

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