ShellResultConversionException constructor

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

Implementation

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