operator + method

StringField operator +(
  1. dynamic other
)

Concat this string db value with other, other may be StringField or String

Implementation

StringField operator +(other) => concat(other);