nowMs static method

int nowMs()

获取当前毫秒值

Implementation

static int nowMs() => DateTime.now().millisecondsSinceEpoch;