SwitchAppEntity constructor

const SwitchAppEntity(
  1. String? appID, {
  2. DisplayConditionsEntity? conditions,
  3. String? toAppID,
})

Implementation

const SwitchAppEntity(super.appID, {super.conditions, this.toAppID})
    : super(actionType: label);