isUserReposted property

bool? get isUserReposted

Indicates whether the current user has reposted the attachment.

Implementation

bool? get isUserReposted => checkBoolUtil(_reposts?['user_reposted']);