Dart Language Guide
  • Dart Language Guide (한국어)
  • LANGUAGE GUIDE
    • A basic Dart program
    • Important concepts
    • Keywords
    • Variables
    • Built-in types
      • Numbers
      • String
      • Booleans
      • Lists
      • Set
      • Maps
  • Functions
    • Parameters
    • The main() function
    • Functions as first-class objects
    • Anonymous functions
    • Lexical scope
    • Lexical closures
    • Testing functions for equality
    • Return values
    • Generators
Powered by GitBook
On this page
Edit on GitHub
  1. LANGUAGE GUIDE

Keywords

다음 표는 Dart 언어가 특별히 다루는 키워드를 나열합니다.

이러한 단어를 식별자로 사용하지 마세요. 하지만 필요에 따라 위 첨자(표에 표시된 숫자)로 표시된 키워드는 식별자가 될 수도 있습니다.

  • 숫자 1이 있는 단어는 특정 장소에서만 의미가 있는 문맥 키워드입니다. 특정 장소가 아닌 다른 곳에서는 사용할 수 있습니다.

  • 숫자 2가 있는 단어는 빌트인 식별자입니다. 이러한 키워드는 대부분의 위치에서 사용할 수 있지만 클래스나 타입 이름 또는 import 접두사로 사용할 수 없습니다.

  • 숫자 3이 있는 단어는 비동기 지원과 관련된 제한된 예약어입니다. async, async* 또는 sync*로 표시된 함수 본문에서 await 또는 yield를 식별자로 사용할 수 없습니다.

숫자가 없는 테이블의 다른 모든 단어는 예약어이며 식별자가 될 수 없습니다.

PreviousImportant conceptsNextVariables

Last updated 2 years ago

2

2

1

2

2

2

2

1

3

2

2

1

2

2

2

2

1

2

2

2

2

2

2

2

2

1

3

2

2

2

abstract
else
import
show
as
enum
in
static
assert
export
interface
super
async
extends
is
switch
await
extension
late
sync
break
external
library
this
case
factory
mixin
throw
catch
false
new
true
class
final
null
try
const
finally
on
typedef
continue
for
operator
var
covariant
Function
part
void
default
get
required
while
deferred
hide
rethrow
with
do
if
return
yield
dynamic
implements
set