lastChecked property

DateTime? lastChecked
getter/setter pair

Last check timestamp. Read-only.

Implementation

@JsonKey(
    name: 'last_checked_t',
    includeIfNull: false,
    fromJson: JsonHelper.timestampToDate,
    toJson: JsonHelper.dateToTimestamp)
DateTime? lastChecked;