operator + method Null safety
- dynamic other
Implementation
ValueType operator +(dynamic other) => generalizeValueTypes([
this,
if (other is ValueType)
other
else
estimateJsonFieldValueType(null, other),
]);
ValueType operator +(dynamic other) => generalizeValueTypes([
this,
if (other is ValueType)
other
else
estimateJsonFieldValueType(null, other),
]);