isRelative property

  1. @JsonKey(name: 'isRelative')
bool? isRelative
final

A Boolean value that controls whether the date appears as a relative date. The default value is false, which displays the date as an absolute date.

This key doesn’t affect the pass relevance calculation.

Implementation

@JsonKey(name: 'isRelative')
final bool? isRelative;