isNullID method

dynamic isNullID(
  1. dynamic id
)

Implementation

isNullID(id) {
  myLogAll('isNullID');
  return isNull(id) || id == gFakeId;
}