DocumentFileColumn enum

Representation of the available columns of DocumentsContract.Document.<Column>

Refer to details

Inheritance

Constructors

DocumentFileColumn(String androidEnumItemName)
const

Values

id → const DocumentFileColumn

Equivalent to COLUMN_DOCUMENT_ID

const DocumentFileColumn('COLUMN_DOCUMENT_ID')
displayName → const DocumentFileColumn

Equivalent to COLUMN_DISPLAY_NAME

const DocumentFileColumn('COLUMN_DISPLAY_NAME')
mimeType → const DocumentFileColumn

Equivalent to COLUMN_MIME_TYPE

const DocumentFileColumn('COLUMN_MIME_TYPE')
lastModified → const DocumentFileColumn

Equivalent to COLUMN_LAST_MODIFIED

const DocumentFileColumn('COLUMN_LAST_MODIFIED')
size → const DocumentFileColumn

Equivalent to COLUMN_SIZE

const DocumentFileColumn('COLUMN_SIZE')
summary → const DocumentFileColumn

Equivalent to COLUMN_SUMMARY

const DocumentFileColumn('COLUMN_SUMMARY')

Properties

androidEnumItemId String
no setter
androidEnumItemName String
final
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

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