StripeException constructor
StripeException(
- String message, [
- dynamic details
Implementation
StripeException(this.message, [this.details]);
StripeException(this.message, [this.details]);