AudioResponse constructor
AudioResponse(})
Implementation
AudioResponse(int? code, String? message,
{totalItems, totalPages, hasMore, nextPage, this.data})
: super(code, message,
totalItems: totalItems,
totalPages: totalPages,
hasMore: hasMore,
nextPage: nextPage);