operator + method

String operator +(
  1. String val
)

Implementation

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