isThreadCanPost property

bool? get isThreadCanPost

can the current user leave comments in this thread.

Implementation

bool? get isThreadCanPost => payload['thread']?['can_post'];