operator * method

String operator *(
  1. int times
)

Implementation

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