withoutAt method
Format and validate string to an atSign without the "@" prefix throws InvalidAtSignException on failed validation
Implementation
AtsignWithoutAt withoutAt() {
return AtsignWithoutAt._(substring(1));
}
Format and validate string to an atSign without the "@" prefix throws InvalidAtSignException on failed validation
AtsignWithoutAt withoutAt() {
return AtsignWithoutAt._(substring(1));
}