isDateBetweenOrEqual abstract method

String isDateBetweenOrEqual(
  1. DateTime min,
  2. DateTime max
)

No description provided for @isDateBetweenOrEqual.

In en, this message translates to: 'You must enter a date between {min} and {max} or at the same time as any of them.'

Implementation

String isDateBetweenOrEqual(DateTime min, DateTime max);