SocialMediaGenericEmbedData class abstract
- Implementers
Constructors
- SocialMediaGenericEmbedData({bool supportMediaControll = false, bool canChangeSize = false, double bottomMargin = 0, double? aspectRatio})
-
const
Properties
- aspectRatio → double?
-
final
- bottomMargin → double
-
final
- canChangeSize → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- htmlBody → String
-
no setter
- htmlInlineStyling → String
-
no setter
- htmlScript → String
-
no setter
- htmlScriptUrl → String
-
no setter
- pauseVideoScript → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startVideoScript → String
-
no setter
- stopVideoScript → String
-
no setter
- supportMediaControll → bool
-
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