Moment.now constructor

Moment.now()

Implementation

Moment.now() {
  _date = new DateTime.now();
}