getAtKey function
returns the 'AtKey' of the regexKey
Implementation
AtKey getAtKey(String regexKey) {
var atKey = AtKey.fromString(regexKey);
atKey.metadata.ttr = -1;
atKey.metadata.ccd = true;
return atKey;
}
returns the 'AtKey' of the regexKey
AtKey getAtKey(String regexKey) {
var atKey = AtKey.fromString(regexKey);
atKey.metadata.ttr = -1;
atKey.metadata.ccd = true;
return atKey;
}