operator + method

String operator +(
  1. dynamic other
)
override

Implementation

String operator +(other) => this.toString() + other.toString();