core.Map<core.String, core.dynamic> toJson() => { if (boolValue != null) 'boolValue': boolValue!, if (numberValue != null) 'numberValue': numberValue!, if (stringValue != null) 'stringValue': stringValue!, };