currentMicroseconds top-level property
int
get
currentMicroseconds
获取当前时间的微秒
Implementation
int get currentMicroseconds => DateTime.now().microsecondsSinceEpoch;
获取当前时间的微秒
int get currentMicroseconds => DateTime.now().microsecondsSinceEpoch;