LaunchCampaignResult constructor

LaunchCampaignResult(
  1. bool success,
  2. LaunchCampaignError? error
)

Implementation

LaunchCampaignResult(this.success, this.error);