isDateTimeFormat property

bool isDateTimeFormat

Implementation

bool get isDateTimeFormat =>
    this.isDateTime && this.dateTime.toString().contains(" ");