isDayDart static method

bool isDayDart(
  1. Object d
)

Implementation

static bool isDayDart(Object d) {
  return d is DayDart;
}