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