isDebugMode property

  1. @Deprecated('Change to SimpleUtils.isDev')
bool isDebugMode

Checks whether debug mode or not

Implementation

@Deprecated('Change to SimpleUtils.isDev')
static bool get isDebugMode => SimpleUtils.isDev;