ShellConversionException constructor

ShellConversionException(
  1. Type to,
  2. String from, {
  3. String? addtionalMessage,
})

Implementation

ShellConversionException(this.to, this.from, {this.addtionalMessage});