sigil property

String? sigil

Implementation

String? get sigil => isValidSDNId ? substring(0, 1) : null;