m11 static method

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

Implementation

static String m11(user, team) => "${user}邀请你加入${team}";