TrustPinException constructor

const TrustPinException(
  1. String code,
  2. String message, [
  3. dynamic details
])

Creates a new TrustPinException with the specified code and message.

Implementation

const TrustPinException(this.code, this.message, [this.details]);