addExceptionTypeIdentifierByIndex method
void
addExceptionTypeIdentifierByIndex(
- int index,
- ExceptionTypeIdentifier exceptionTypeIdentifier
Implementation
void addExceptionTypeIdentifierByIndex(
int index, ExceptionTypeIdentifier exceptionTypeIdentifier) {
_exceptionTypeIdentifiers.insert(
index, exceptionTypeIdentifier.withCache());
}