CreateSavingsPlanResponse constructor

CreateSavingsPlanResponse({
  1. String? savingsPlanId,
})

Implementation

CreateSavingsPlanResponse({
  this.savingsPlanId,
});