DatastoreIODetails constructor

DatastoreIODetails({
  1. String? namespace,
  2. String? projectId,
})

Implementation

DatastoreIODetails({
  this.namespace,
  this.projectId,
});