StripeError<T>.fromJson constructor

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

Implementation

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