sigil property

String? get sigil

Implementation

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