isAugmentationChainStart property

bool get isAugmentationChainStart
inherited

Implementation

bool get isAugmentationChainStart {
  return hasModifier(Modifier.AUGMENTATION_CHAIN_START);
}
set isAugmentationChainStart (bool value)
inherited

Implementation

set isAugmentationChainStart(bool value) {
  setModifier(Modifier.AUGMENTATION_CHAIN_START, value);
}