isExactAlignmentDirectional property

bool get isExactAlignmentDirectional

Whether this is the Nocterm class AlignmentDirectional.

Implementation

bool get isExactAlignmentDirectional {
  return _isExactly('AlignmentDirectional', _uriAlignment);
}