ListScansResponse constructor

ListScansResponse({
  1. String? nextPageToken,
  2. List<Scan>? scans,
})

Implementation

ListScansResponse({
  this.nextPageToken,
  this.scans,
});