isProduction property

bool isProduction

Returns whether the value is 'production'.

Implementation

bool get isProduction => value == 'production';