isMinValue property

bool get isMinValue

Implementation

bool get isMinValue {
  return this == DateTime(0);
}