DatafeedsListResponse constructor

DatafeedsListResponse({
  1. String? kind,
  2. String? nextPageToken,
  3. List<Datafeed>? resources,
})

Implementation

DatafeedsListResponse({this.kind, this.nextPageToken, this.resources});