GoHome constructor

GoHome({
  1. required AppModel app,
  2. bool? isProcessing,
  3. bool redetermine = false,
})

Implementation

GoHome({required this.app, bool? isProcessing, this.redetermine = false})
    : _isProcessing = isProcessing ?? false;