Moment constructor

Moment([
  1. Object? dateTime
])

Implementation

Moment([Object? dateTime]) {
  this.dateTime = _parse(dateTime);
}