isToday property

bool get isToday

Is today

Implementation

bool get isToday
{
  return EllaDate.now() == this;
}