m10 static method

String m10(
  1. dynamic user,
  2. dynamic team
)

Implementation

static String m10(user, team) => "${user} apply join ${team}";