InstallError constructor

const InstallError(
  1. String message, [
  2. Object? error
])

Implementation

const InstallError(this.message, [this.error]);