StripeIdentityException constructor

StripeIdentityException(
  1. String code,
  2. String? message
)

Implementation

StripeIdentityException(this.code, this.message);