isNew method

bool isNew()

Implementation

bool isNew()
{
  return id == null || id! == 0;
}