isCommentAllowed property
bool
get
isCommentAllowed
Implementation
bool get isCommentAllowed => _isCommentAllowed;
set
isCommentAllowed
(bool isAllowed)
Implementation
set isCommentAllowed(bool isAllowed) => _isCommentAllowed = isAllowed;