GhostTag class

Annotations
  • @JsonSerializable()

Constructors

GhostTag({String? slug, String? id, String? name, String? description, String? featureImage, String? visibility, String? metaTitle, String? metaDescription, String? ogImage, String? ogTitle, String? ogDescription, String? twitterImage, String? twitterTitle, String? twitterDescription, String? codeinjectionHead, String? codeinjectionFoot, String? canonicalUrl, String? accentColor, String? url})
GhostTag.fromJson(Map<String, dynamic> json)
factory

Properties

accentColor String?
final
canonicalUrl String?
final
codeinjectionFoot String?
final
codeinjectionHead String?
final
description String?
final
featureImage String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
metaDescription String?
final
metaTitle String?
final
name String?
final
ogDescription String?
final
ogImage String?
final
ogTitle String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String?
final
twitterDescription String?
final
twitterImage String?
final
twitterTitle String?
final
url String?
final
visibility String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited