CollectionResult constructor
CollectionResult({})
Named ConstructorsCollectionResult with required params
Implementation
CollectionResult(
{this.page,
this.perPage,
this.collections,
this.totalResults,
this.nextPage,
this.prevPage});