threadViewPost property

ThreadViewPost? get threadViewPost

Implementation

ThreadViewPost? get threadViewPost =>
    isThreadViewPost ? data as ThreadViewPost : null;