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