ArcanePageMeta class
Constructors
-
ArcanePageMeta({String? title, String? description, List<
String> ? keywords, String? author, String? charset, String? image, RobotsName? robotsName, String? robotsContent, String? facebookAppID, String? url, String? type, TwitterCard? twitterCard, Color? themeColor})
Properties
-
final
- charset → String?
-
final
- description → String?
-
final
- facebookAppID → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- image → String?
-
final
-
keywords
→ List<
String> ? -
final
- robotsContent → String?
-
final
- robotsName → RobotsName?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- themeColor → Color?
-
final
- title → String?
-
final
- twitterCard → TwitterCard?
-
final
- type → String?
-
final
- url → String?
-
final
Methods
-
$apply(
MetaSEO seo) → void -
apply(
) → void -
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