MediaField enum
- Inheritance
- Implemented types
- Available extensions
Values
- mediaKey → const MediaField
-
media_key
const MediaField('media_key')
- type → const MediaField
-
type
const MediaField('type')
- url → const MediaField
-
url
const MediaField('url')
- durationMilliseconds → const MediaField
-
duration_ms
const MediaField('duration_ms')
- height → const MediaField
-
height
const MediaField('height')
- privateMetrics → const MediaField
-
non_public_metrics
const MediaField('non_public_metrics')
- organicMetrics → const MediaField
-
organic_metrics
const MediaField('organic_metrics')
- previewImageUrl → const MediaField
-
preview_image_url
const MediaField('preview_image_url')
- promotedMetrics → const MediaField
-
promoted_metrics
const MediaField('promoted_metrics')
- publicMetrics → const MediaField
-
public_metrics
const MediaField('public_metrics')
- width → const MediaField
-
width
const MediaField('width')
- altText → const MediaField
-
altText
const MediaField('alt_text')
- variants → const MediaField
-
variants
const MediaField('variants')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
Returns the value.
final
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
Static Methods
-
valueOf(
String value) → MediaField
Constants
-
values
→ const List<
MediaField> - A constant List of the values in this enum, in order of their declaration.