ConfigurationError constructor

ConfigurationError(
  1. String message, [
  2. Object? source
])

Implementation

ConfigurationError(super.message, [super.source]);