toJson method

Map<String, dynamic> toJson()

Implementation

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