GhostAuthor.fromJson constructor

GhostAuthor.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GhostAuthor.fromJson(Map<String, dynamic> json) =>
    _$GhostAuthorFromJson(json);