RitoWireException constructor

const RitoWireException(
  1. String message, [
  2. int? offset
])

Implementation

const RitoWireException(this.message, [this.offset]);