protectionAllowed property

Set<SheetProtectionOption> get protectionAllowed
inherited

The actions permitted while this sheet is protected (read-only view).

Implementation

Set<SheetProtectionOption> get protectionAllowed =>
    Set.unmodifiable(_protectionAllow);