AuthorSearchResult constructor Null safety

AuthorSearchResult(
  1. String result,
  2. String response,
  3. List<Data> data
)

Implementation

AuthorSearchResult(this.result, this.response, this.data);