toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (branch != null) 'branch': branch!,
if (commentControl != null) 'commentControl': commentControl!,
if (invertRegex != null) 'invertRegex': invertRegex!,
};