commentChar property

String? commentChar

Implementation

String? get commentChar => _commentChar;
void commentChar=(String? val)

Implementation

set commentChar(String? val) => _commentChar = val;