RapidCaches constructor
RapidCaches({
- List<
RapidCache> ? items, - String? kind,
- String? nextPageToken,
Implementation
RapidCaches({this.items, this.kind, this.nextPageToken});