isCommentEditAllowed property

bool get isCommentEditAllowed

Implementation

bool get isCommentEditAllowed => _isCommentEditAllowed;
set isCommentEditAllowed (bool isAllowed)

Implementation

set isCommentEditAllowed(bool isAllowed) => _isCommentEditAllowed = isAllowed;