m3 static method

String m3(
  1. dynamic userName
)

Implementation

static String m3(userName) => "Nick:${userName}";