SocialMetaTagParameters class
The Dynamic Link Social Meta Tag parameters.
Constructors
- SocialMetaTagParameters({String? description, Uri? imageUrl, String? title})
-
const
Properties
- description → String?
-
The description to use when the Dynamic Link is shared in a social post.
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- imageUrl → Uri?
-
The URL to an image related to this link.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- title → String?
-
The title to use when the Dynamic Link is shared in a social post.
final
Methods
-
asMap(
) → Map< String, dynamic> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited