toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (dimensionName != null) 'dimensionName': dimensionName!,
if (ids != null) 'ids': ids!,
if (kind != null) 'kind': kind!,
if (matchType != null) 'matchType': matchType!,
if (values != null) 'values': values!,
};