DatastoreStatistics constructor

DatastoreStatistics({
  1. EstimatedResourceSize? size,
})

Implementation

DatastoreStatistics({
  this.size,
});