DarwinColumns class

A class that contains the names of the columns of the iOS/macOS platform.

About the values mean, please see document of iOS: https://developer.apple.com/documentation/photokit/phasset

Inheritance

Constructors

DarwinColumns()
const

Properties

adjustmentFormatIdentifier String
no setter
createDate String
The creation date column.
no setterinherited
duration String
The duration column.
no setterinherited
hasAdjustments String
no setter
hashCode int
The hash code for this object.
no setterinherited
height String
The height column.
no setterinherited
hidden String
no setter
id String
The id column.
no setterinherited
isAndroid bool
Whether the current platform is android.
no setterinherited
isDarwin bool
Whether the current platform is ios or macos.
no setterinherited
isFavorite String
The favorite column.
no setterinherited
location String
no setter
mediaSubtypes String
no setter
mediaType String
The media type column.
no setterinherited
modifiedDate String
The modified date column.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceType String
no setter
width String
The width column.
no setterinherited

Methods

getValues() List<String>
override
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

Static Methods

values() List<String>
override