Codebase constructor

Codebase({
  1. String? repository,
  2. String? rootDirectory,
})

Implementation

Codebase({this.repository, this.rootDirectory});