StripeError.fromJson constructor

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

Implementation

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