operator * method

String operator *(
  1. int times
)

See the String documentation

Implementation

String operator *(int times) => value * times;