time property

String get time

Implementation

String get time {
  var _time = DateFormat('jm').format(this.datetime);
  return _time;
}