SetDataValidationRequest class

Sets a data validation rule to every cell in the range.

To clear validation in a range, call this with no rule specified.

Properties

hashCode int
The hash code for this object.
no setterinherited
range GridRange?
The range the data validation rule should apply to.
getter/setter pair
rule DataValidationRule?
The data validation rule to set on each cell in the range, or empty to clear the data validation in the range.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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