isFutureAnchored method

bool isFutureAnchored([
  1. DateTime? anchor
])

Implementation

bool isFutureAnchored([DateTime? anchor]) =>
    isAfter(anchor ?? DateTime.now());