SocialMediaGenericEmbedData class abstract

Generic social media embed data

Implementers

Constructors

SocialMediaGenericEmbedData({bool canChangeSize = false, double? aspectRatio})
Generic social media embed data
const

Properties

aspectRatio double?
Aspect ratio of the embed
final
canChangeSize bool
Whether the embed can change size after being loaded or not
final
hashCode int
The hash code for this object.
no setterinherited
htmlBody String
The HTML of the embed
no setter
htmlScript String
Computed script tag to load on the embed
no setter
htmlScriptUrl String
The JS script to load on the embed
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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