Throwable constructor

Throwable(
  1. String? message, {
  2. required Throwable? throwable,
})

Implementation

Throwable(this.message, {required this.throwable});