BTException constructor

BTException(
  1. BTError error, {
  2. String? message,
})

Implementation

BTException(this.error, {this.message});