ChannelVipsResponse constructor

const ChannelVipsResponse({
  1. List<ChannelVipsResponseData>? data,
  2. Pagination? pagination,
})

Implementation

const factory ChannelVipsResponse(
    {final List<ChannelVipsResponseData>? data,
    final Pagination? pagination}) = _ChannelVipResponse;