Annotations constructor
Annotations({
- List<
Annotation> ? items, - String? kind,
- String? nextPageToken,
- int? totalItems,
Implementation
Annotations({
this.items,
this.kind,
this.nextPageToken,
this.totalItems,
});