OpenLibraryApiResponse<T> constructor

OpenLibraryApiResponse<T>({
  1. int? start,
  2. List<T>? docs,
})

Implementation

OpenLibraryApiResponse({this.start, this.docs});