GhostAuthor class

Annotations
  • @JsonSerializable()

Constructors

GhostAuthor({String? slug, String? id, String? name, String? profileImage, String? coverImage, String? bio, String? website, String? location, String? facebook, String? twitter, String? metaTitle, String? metaDescription, String? url})
GhostAuthor.fromJson(Map<String, dynamic> json)
factory

Properties

bio String?
final
coverImage String?
final
facebook String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
location String?
final
metaDescription String?
final
metaTitle String?
final
name String?
final
profileImage String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String?
final
twitter String?
final
url String?
final
website 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