domain property

String? domain

Implementation

String? get domain => isValidSDNId ? _getParts().last : null;