Annotations constructor

Annotations({
  1. List<Annotation>? items,
  2. String? kind,
  3. String? nextPageToken,
  4. int? totalItems,
})

Implementation

Annotations({this.items, this.kind, this.nextPageToken, this.totalItems});