toJson method

Map<String, dynamic> toJson()

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!,
};