append method

String append(
  1. String other
)

Appends other to this string.

Implementation

String append(String other) => '$this$other';