WireException constructor

WireException(
  1. String message, [
  2. String? command
])

Implementation

WireException(this.message, [this.command]);