shouldDisplayTime property

bool get shouldDisplayTime

Implementation

bool get shouldDisplayTime =>
    resultDate?.hasTime == true &&
    isTimeInferred != true &&
    resultDate!.sinceNow().inSeconds.abs() > 10;