menu
flutter_stripe_web package
documentation
flutter_stripe_web.dart
StripeError<T>
StripeError.fromJson factory constructor
StripeError.fromJson factory constructor
dark_mode
light_mode
StripeError<
T
>.fromJson
constructor
StripeError<
T
>.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory StripeError.fromJson(Map<String, dynamic> json) => _$StripeErrorFromJson<T>(json);
flutter_stripe_web package
documentation
flutter_stripe_web
StripeError<T>
StripeError.fromJson factory constructor
StripeError class