Services constructor

Services(
  1. DatastoreDB db,
  2. Storage storage,
  3. Logging logging
)

Implementation

Services(this.db, this.storage, this.logging);