isSameDay method

bool isSameDay(
  1. dynamic datetime
)

Implementation

bool isSameDay(datetime) => day == datetime.day;