isCidProbeBoxWithScreen static method

dynamic isCidProbeBoxWithScreen(
  1. List<int> cid
)

Implementation

static isCidProbeBoxWithScreen(List<int> cid) {
  return cid[0] == cidProbeBoxWithScreen[0] && cid[1] == cidProbeBoxWithScreen[1];
}