Folders constructor

Folders({
  1. List<Folder>? items,
  2. String? kind,
  3. String? nextPageToken,
})

Implementation

Folders({this.items, this.kind, this.nextPageToken});