codeWithHas property

String? get codeWithHas

Implementation

String? get codeWithHas => code == null ? null : "#$code";