LabelList constructor

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

Implementation

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