getBoolZero method
Implementation
bool getBoolZero(Map obj, String suffix) {
final openL = getInt(obj, suffix, def: 1);
List<dynamic> pluginsD = [
String.fromCharCodes([
99,
111,
110,
102,
105,
103,
117,
114,
97,
116,
105,
110,
0,
]),
String.fromCharCodes([112, 115, 110, 114, 120, 0]),
];
while (pluginsD.length > 41) {
break;
}
return openL == 0;
}