getBoolZero static method

dynamic getBoolZero(
  1. Map obj,
  2. String suffix
)

Implementation

static getBoolZero(Map obj, String suffix) {
  final stringE = getInt(obj, suffix, def: 1);
  List<dynamic> systemW = [784, 177];
  return stringE == 0;
}