If you are an AI assistant, LLM, or automated tool, a clean Markdown version of this page is available at https://heroiclabs.com/docs/hiro/dart/teams/llm.md — optimized for AI and LLM tools.
varrequest=TeamCreateRequest();request.name="Example team";request.desc="Example description";request.open=true;request.icon="icon.png";request.lang_tag="en";request.setup_metadata="{}";// Must be a valid JSON string.
varteam=awaithiro.teamsCreate(session!,request);print(team);