Bucket constructor

Bucket(
  1. String name,
  2. DateTime creationDate,
  3. int numObjs
)

Implementation

Bucket(this.name, this.creationDate, this.numObjs);