isProduction property

bool get isProduction

Returns whether the value is 'production'.

Implementation

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