ListLocationsRequest constructor

ListLocationsRequest({
  1. String name = '',
  2. String filter = '',
  3. int pageSize = 0,
  4. String pageToken = '',
})

Implementation

ListLocationsRequest({
  this.name = '',
  this.filter = '',
  this.pageSize = 0,
  this.pageToken = '',
}) : super(fullyQualifiedName);