append method

String append(
  1. String string
)

append to start string

Implementation

String append(String string) => this + string;