StripeException.fromJson constructor

StripeException.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory StripeException.fromJson(Map<String, dynamic> json) =>
    _$StripeExceptionFromJson(json);