ListFilesResponse constructor

ListFilesResponse({
  1. List<GoogleDevtoolsArtifactregistryV1File>? files,
  2. String? nextPageToken,
})

Implementation

ListFilesResponse({
  this.files,
  this.nextPageToken,
});