ListBuildsResponse constructor

ListBuildsResponse({
  1. List<Build>? builds,
  2. String? nextPageToken,
})

Implementation

ListBuildsResponse({
  this.builds,
  this.nextPageToken,
});