SetupIntentId constructor

const SetupIntentId({
  1. required String id,
})

Implementation

const SetupIntentId({required this.id});