visited property

bool? visited

Has this Submission been visited by the current User.

Implementation

bool? get visited => data!['visited'];