fromJsonMap method
Implementation
@override
AuthorAttribution? fromJsonMap(Map<String, dynamic>? json) =>
json != null ? AuthorAttribution.fromJson(json) : null;
@override
AuthorAttribution? fromJsonMap(Map<String, dynamic>? json) =>
json != null ? AuthorAttribution.fromJson(json) : null;