ProtectedRange class

A protected range.

Constructors

ProtectedRange({String? description, Editors? editors, String? namedRangeId, int? protectedRangeId, GridRange? range, bool? requestingUserCanEdit, String? tableId, List<GridRange>? unprotectedRanges, bool? warningOnly})
ProtectedRange.fromJson(Map json_)

Properties

description ↔ String?
The description of this protected range.
getter/setter pair
editors ↔ Editors?
The users and groups with edit access to the protected range.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
namedRangeId ↔ String?
The named range this protected range is backed by, if any.
getter/setter pair
protectedRangeId ↔ int?
The ID of the protected range.
getter/setter pair
range ↔ GridRange?
The range that is being protected.
getter/setter pair
requestingUserCanEdit ↔ bool?
True if the user who requested this protected range can edit the protected area.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tableId ↔ String?
The table this protected range is backed by, if any.
getter/setter pair
unprotectedRanges ↔ List<GridRange>?
The list of unprotected ranges within a protected sheet.
getter/setter pair
warningOnly ↔ bool?
True if this protected range will show a warning when editing.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited