operator + method

String operator +(
  1. String other
)

See the String documentation

Implementation

String operator +(String other) => value + other;