Author.fromJson constructor

Author.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Author.fromJson(Map<String, Object?> json) => _$AuthorFromJson(json);