isExactAlignment property

bool get isExactAlignment

Whether this is the Nocterm class Alignment.

Implementation

bool get isExactAlignment {
  return _isExactly('Alignment', _uriAlignment);
}