ILPConfigException constructor

ILPConfigException({
  1. String message = '',
  2. String? file,
})

Implementation

ILPConfigException({this.message = '', this.file});