MediaField enum
- Inheritance
- Implemented types
- Available extensions
Values
- mediaKey → const MediaField
-
media_keyconst MediaField('media_key') - type → const MediaField
-
typeconst MediaField('type') - url → const MediaField
-
urlconst MediaField('url') - durationMilliseconds → const MediaField
-
duration_msconst MediaField('duration_ms') - height → const MediaField
-
heightconst MediaField('height') - privateMetrics → const MediaField
-
non_public_metricsconst MediaField('non_public_metrics') - organicMetrics → const MediaField
-
organic_metricsconst MediaField('organic_metrics') - previewImageUrl → const MediaField
-
preview_image_urlconst MediaField('preview_image_url') - promotedMetrics → const MediaField
-
promoted_metricsconst MediaField('promoted_metrics') - publicMetrics → const MediaField
-
public_metricsconst MediaField('public_metrics') - width → const MediaField
-
widthconst MediaField('width') - altText → const MediaField
-
altTextconst MediaField('alt_text') - variants → const MediaField
-
variantsconst 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.