defaultSelectable static method

bool defaultSelectable(
  1. DateTime _
)

The default selectable predicate that always returns true.

Implementation

static bool defaultSelectable(DateTime _) => true;