AuthorDTO.fromJson constructor

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

Implementation

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