$UPostEmbedExtension extension
Properties
-
external
→ External
-
Returns this data as External.
no setter
-
externalOrNull
→ External?
-
Returns External if this data is External, otherwise null.
no setter
-
images
→ Images
-
Returns this data as Images.
no setter
-
imagesOrNull
→ Images?
-
Returns Images if this data is Images, otherwise null.
no setter
-
isExternal
→ bool
-
Returns true if this data is External, otherwise false.
no setter
-
isImages
→ bool
-
Returns true if this data is Images, otherwise false.
no setter
-
isNotExternal
→ bool
-
Returns true if this data is not External, otherwise false.
no setter
-
isNotImages
→ bool
-
Returns true if this data is not Images, otherwise false.
no setter
-
isNotRecord
→ bool
-
Returns true if this data is not Record, otherwise false.
no setter
-
isNotRecordWithMedia
→ bool
-
Returns true if this data is not RecordWithMedia, otherwise false.
no setter
-
isNotUnknown
→ bool
-
Returns true if this data is not unknown object, otherwise false.
no setter
-
isNotVideo
→ bool
-
Returns true if this data is not Video, otherwise false.
no setter
-
isRecord
→ bool
-
Returns true if this data is Record, otherwise false.
no setter
-
isRecordWithMedia
→ bool
-
Returns true if this data is RecordWithMedia, otherwise false.
no setter
-
isUnknown
→ bool
-
Returns true if this data is unknown object, otherwise false.
no setter
-
isVideo
→ bool
-
Returns true if this data is Video, otherwise false.
no setter
-
record
→ Record
-
Returns this data as Record.
no setter
-
recordOrNull
→ Record?
-
Returns Record if this data is Record, otherwise null.
no setter
-
recordWithMedia
→ RecordWithMedia
-
Returns this data as RecordWithMedia.
no setter
-
recordWithMediaOrNull
→ RecordWithMedia?
-
Returns RecordWithMedia if this data is RecordWithMedia, otherwise null.
no setter
-
unknown
→ Map<String, dynamic>
-
Returns this data as JSON object.
no setter
-
unknownOrNull
→ Map<String, dynamic>?
-
Returns JSON object if this data is unknown, otherwise null.
no setter
-
video
→ Video
-
Returns this data as Video.
no setter
-
videoOrNull
→ Video?
-
Returns Video if this data is Video, otherwise null.
no setter