MockConfig constructor

MockConfig(
  1. String key,
  2. Mock mock
)

Implementation

MockConfig(this.key, this.mock);