isCanEditAccess property

bool? get isCanEditAccess

Can a user change the access rights of a wiki page

Implementation

bool? get isCanEditAccess =>
    checkBoolInProperty('current_user_can_edit_access');