Configuration constructor

const Configuration([
  1. String? path,
  2. Type? boundType
])

Implementation

const Configuration([this.path, this.boundType]);