InsertRangeRequest class

Inserts cells into a range, shifting the existing cells over or down.

Constructors

InsertRangeRequest({GridRange? range, String? shiftDimension})
InsertRangeRequest.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
range GridRange?
The range to insert new cells into.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shiftDimension String?
The dimension which will be shifted when inserting cells.
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