DescribeDatastoreResponse constructor

DescribeDatastoreResponse({
  1. Datastore? datastore,
  2. DatastoreStatistics? statistics,
})

Implementation

DescribeDatastoreResponse({
  this.datastore,
  this.statistics,
});