isRelativeToNow property

bool isRelativeToNow
final

If true, the input Duration will be interpreted as relative to now. Doing so allows the output to be tailored under that assumption, such as producing 'now' or 'tomorrow'.

Implementation

final bool isRelativeToNow;