todo function

String todo(
  1. String name
)

Implementation

String todo(String name) => "//TODO: Add your $name code";