Fix undefined running access

This commit is contained in:
Marty Oehme 2018-08-25 14:10:19 +02:00
parent 2d5cc889f0
commit 572406b963
2 changed files with 3 additions and 1 deletions

View file

@ -41,4 +41,6 @@ class EngineService {
engine.clear();
}
bool get isRunning => engine.running;
}