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