isNull property

bool get isNull

Implementation

bool get isNull{
  return id=="-1" && symbol=="-1" && name=="-1";
}