toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (queryPlansPerMinute != null)
'queryPlansPerMinute': queryPlansPerMinute!,
if (queryStringLength != null) 'queryStringLength': queryStringLength!,
if (recordApplicationTags != null)
'recordApplicationTags': recordApplicationTags!,
if (recordClientAddress != null)
'recordClientAddress': recordClientAddress!,
};