OhosColumns class

A class that contains the names of the columns used in the custom filter.

About the values mean, please see document of ohos: https://developer.android.com/reference/android/provider/MediaStore

Inheritance

Constructors

OhosColumns()
const

Properties

createDate String
The creation date column.
no setterinherited
dateTaken String
no setter
displayName String
no setter
duration String
The duration column.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
height String
The height column.
no setterinherited
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
isOhos bool
Whether the current platform is OpenHarmony OS.
no setterinherited
mediaType String
The media type column.
no setterinherited
modifiedDate String
The modified date column.
no setterinherited
orientation String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size String
no setter
title 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