time property

int time

Get the time.

Same process as below.

this.get(Const.time, DateTime.now().millisecondsSinceEpoch);

Implementation

int get time {
  return this.get(Const.time, DateTime.now().millisecondsSinceEpoch);
}