isAcDbMText property

bool isAcDbMText

Implementation

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