GhostSettings class

Annotations
  • @JsonSerializable()

Constructors

GhostSettings({String? title, String? description, String? icon, String? accentColor, String? coverImage, String? facebook, String? twitter, String? lang, String? timezone, String? codeinjectionHead, String? codeinjectionFoot, List<GhostNavigationItem>? navigation, List<GhostNavigationItem>? secondaryNavigation, String? metaTitle, String? metaDescription, String? ogImage, String? ogTitle, String? ogDescription, String? twitterImage, String? twitterTitle, String? twitterDescription, String? membersSupportAddress, String? url, String? ghostHead, String? ghostFoot, String? activeTimezone, String? defaultLocale})
GhostSettings.fromJson(Map<String, dynamic> json)
factory

Properties

accentColor String?
final
activeTimezone String?
final
codeinjectionFoot String?
final
codeinjectionHead String?
final
coverImage String?
final
defaultLocale String?
final
description String?
final
facebook String?
final
ghostFoot String?
final
ghostHead String?
final
hashCode int
The hash code for this object.
no setterinherited
icon String?
final
lang String?
final
final
membersSupportAddress String?
final
metaDescription String?
final
metaTitle String?
final
final
ogDescription String?
final
ogImage String?
final
ogTitle String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryNavigation List<GhostNavigationItem>?
final
timezone String?
final
title String?
final
twitter String?
final
twitterDescription String?
final
twitterImage String?
final
twitterTitle String?
final
url 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