isDevelopment method

bool isDevelopment()

Checks if the current host environment name is Environments.development.

Implementation

bool isDevelopment() => isEnvironment(Environments.development);