FileSize enum

Inheritance

Constructors

FileSize()
const

Values

SIZE_350 → const FileSize
SIZE_500 → const FileSize
SIZE_750 → const FileSize
SIZE_1000 → const FileSize
SIZE_1500 → const FileSize
SIZE_2000 → const FileSize
SIZE_2500 → const FileSize
SIZE_3000 → const FileSize
SIZE_3500 → const FileSize
SIZE_4500 → const FileSize

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