operator + method

String operator +(
  1. String val
)

Implementation

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