isAcDbPoint property

bool isAcDbPoint

Implementation

bool get isAcDbPoint {
  return code == 0 && value.toString() == 'POINT';
}