isCidProbe static method

dynamic isCidProbe(
  1. List<int> cid
)

Implementation

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