AuthorProfile.fromJson constructor

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

Implementation

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