Create a DartDoc comment that could describe this function in the current file:
$SELECTION
The comment should consist of a single sentence describing what the function does, followed by a line of whitespace, and then zero or more additional sentences.
If the function takes parameters, include a sentence to describe them.
Do not include a sentence for parameters if there are no parameters.
If the function has a return type other than void, include a sentence describing what kind of value is returned and why.
If the function has side effects, include a sentence describing them.
Use a line length of 80 characters.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-08-08(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-08-08(UTC)"],[],[],null,["# Generate DartDoc for Function\n\nGenerates a DartDoc comment describing the properties of the selected function.\n\n*** ** * ** ***\n\n Create a DartDoc comment that could describe this function in the current file:\n\n $SELECTION\n\n The comment should consist of a single sentence describing what the function does, followed by a line of whitespace, and then zero or more additional sentences.\n If the function takes parameters, include a sentence to describe them.\n Do not include a sentence for parameters if there are no parameters.\n If the function has a return type other than void, include a sentence describing what kind of value is returned and why.\n If the function has side effects, include a sentence describing them.\n\n Use a line length of 80 characters.\n\n| To run this prompt in Android Studio, click **Gemini** in the sidebar and paste it in the chat field. \n| To save and retrieve prompts in the Studio IDE, go to **Settings \\\u003e Gemini \\\u003e Prompt Library**.\n\n*** ** * ** ***"]]