UpdateCheckError constructor

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

Implementation

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