identity function

String identity(
  1. String s
)

Implementation

String identity(String s) => s;