dateTimeFormatWithSpace property

String dateTimeFormatWithSpace

Implementation

String get dateTimeFormatWithSpace =>
    this.isDateTime ? this.dateTime.toString().split(" ")[0] + " " : "";