UtfException constructor
Default constructor
Implementation
UtfException(String? callerId, this.type, this.goodEnding, this.goodLength) {
callerId = callerId?.trim() ?? '';
inCaller = (callerId.isEmpty ? '' : ' in $callerId');
}
Default constructor
UtfException(String? callerId, this.type, this.goodEnding, this.goodLength) {
callerId = callerId?.trim() ?? '';
inCaller = (callerId.isEmpty ? '' : ' in $callerId');
}