static String necessary(bool isNecessary) { return isNecessary ? dictionary['necessaryTrue'] : dictionary['necessaryFalse']; }