SwitchAppWithIDEvent constructor

SwitchAppWithIDEvent({
  1. required String appId,
  2. required bool goHome,
  3. bool? isProcessing,
})

Implementation

SwitchAppWithIDEvent(
    {required this.appId, required this.goHome, bool? isProcessing})
    : _isProcessing = isProcessing ?? false;