isAcDbText property

bool isAcDbText

Implementation

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