FakeVantageScope constructor

FakeVantageScope({
  1. VantageSimulationData simulation = VantageSimulationData.none,
  2. bool isHudOpen = false,
})

Implementation

FakeVantageScope({
  VantageSimulationData simulation = VantageSimulationData.none,
  bool isHudOpen = false,
})  : _simulation = simulation,
      _isHudOpen = isHudOpen;