isPastAnchored method

bool isPastAnchored([
  1. DateTime? anchor
])

Implementation

bool isPastAnchored([DateTime? anchor]) => isBefore(anchor ?? DateTime.now());