localpart property

String? localpart

Implementation

String? get localpart => isValidSDNId ? _getParts().first : null;