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