isNotDateTimeFormat property

bool isNotDateTimeFormat

Implementation

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