HyperpayException constructor

const HyperpayException([
  1. String message = "",
  2. String? code,
  3. String? details
])

Implementation

const HyperpayException([this.message = "", this.code, this.details]);