toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (logFieldName != null) 'logFieldName': logFieldName!,
      if (sanitizeOptions != null) 'sanitizeOptions': sanitizeOptions!,
      if (seedPeriod != null) 'seedPeriod': seedPeriod!,
      if (seedScope != null) 'seedScope': seedScope!,
      if (shorteningLimits != null) 'shorteningLimits': shorteningLimits!,
    };