add method

String add(
  1. String complement
)

Implementation

String add(String complement) {
  return '$this\n$complement';
}