博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
五、Dart 关键字
阅读量:7031 次
发布时间:2019-06-28

本文共 503 字,大约阅读时间需要 1 分钟。

一、什么是关键字

关键字就是保留字,比如变量、类型等的名字,通常不能作为标识符使用;

二、关键字有哪些

每种语言的关键字会有所不同,Dart 语言的关键字如下:

abstract  dynamic  implements  show 
as  else import  static 
assert enum in super
async  export  interface  switch
await  external  is sync 
break extends 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  rethrow while
deferred  hide  return with
do if set  yield 

转载于:https://juejin.im/post/5b9fb27bf265da0a87264eff

你可能感兴趣的文章
C#访问修饰符(public,private,protected,internal,sealed,abstract)
查看>>
android消息线程和消息队列
查看>>
EXCEL中计算不重复单元格的个数
查看>>
二层设备与三层设备的区别--总结
查看>>
安装pytorch成功但cuda不可用
查看>>
unity__DrawCall的理解
查看>>
springboot架构下运用shiro后在configuration,通过@Value获取不到值,总是为null
查看>>
SQLServer 数据库镜像+复制切换方案
查看>>
Postman初探
查看>>
仿淘宝头像上传功能(一)——前端篇。
查看>>
Eclipse通过集成svn实现版本控制
查看>>
OS开发过程中常用开源库
查看>>
关于在多个UItextield切换焦点
查看>>
hdu 2768
查看>>
git记住用户名密码
查看>>
ElasticSearch(2)-安装ElasticSearch
查看>>
从mysql数据表中随机取出一条记录
查看>>
ORACLE 锁表处理,解锁释放session
查看>>
深海机器人问题
查看>>
正则表达式(括号)、[中括号]、{大括号}的区别小结
查看>>