AuthorAttribution.fromJson constructor

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

Implementation

factory AuthorAttribution.fromJson(Map<String, dynamic> json) {
  return _$AuthorAttributionFromJson(json);
}