mode property

RunMode mode
getter/setter pair

mode stores the current run mode of app by default it's value is going to be RunMode.app

Implementation

static RunMode mode = RunMode.app;