InvalidConfigException constructor

const InvalidConfigException([
  1. String? message
])

Constructs instance

Implementation

const InvalidConfigException([this.message]);