echo function

String echo(
  1. String input
)

Implementation

String echo(String input) => input;