isCommentDeleteAllowed property

bool get isCommentDeleteAllowed

Implementation

bool get isCommentDeleteAllowed => _isCommentDeleteAllowed;
set isCommentDeleteAllowed (bool isAllowed)

Implementation

set isCommentDeleteAllowed(bool isAllowed) => _isCommentDeleteAllowed = isAllowed;