toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (exactMatch != null) 'exactMatch': exactMatch!,
  if (presentMatch != null) 'presentMatch': presentMatch!,
  if (queryParameter != null) 'queryParameter': queryParameter!,
  if (regexMatch != null) 'regexMatch': regexMatch!,
};