SetupIntentResponse.fromJson constructor

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

Implementation

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