bool boolean(String key) { try { return bool.parse(_all[key].toString()); } catch (_) { return false; } }