AuthorInfo constructor Null safety

AuthorInfo(
  1. String result,
  2. String response,
  3. Data data
)

Implementation

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