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