useFastMode constant

bool const useFastMode

Use fast development mode (flutter run) instead of full builds This provides hot reload and is much faster for development

Implementation

static const bool useFastMode = true;