반응형

Dart 언어 키워드(예약어)

글. 수알치 오상문 

 

다트 언어의 키워드입니다. 식별자에 키워드를 중복해서 사용하지 않도록 주의합니다.

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

 

반응형

+ Recent posts