ListEntitiesResponse constructor

ListEntitiesResponse({
  1. List<Entity>? entities,
  2. String? nextPageToken,
})

Implementation

ListEntitiesResponse({
  this.entities,
  this.nextPageToken,
});