SetupIntent constructor

SetupIntent({
  1. required String clientSecret,
})

Returns a new SetupIntent instance.

Implementation

SetupIntent({
  required this.clientSecret,
});