plus method

String plus(
  1. String value
)

Implementation

String plus(String value) => this + value;