isCurrentDay property

bool isCurrentDay

Implementation

bool get isCurrentDay => this.difference(DateTime.now()).inDays == 0;