toJson method

Map<String, dynamic> toJson()

Implementation

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