SourceAndDestination class

A combination of a source range and how to extend that source.

Constructors

SourceAndDestination({String? dimension, int? fillLength, GridRange? source})
SourceAndDestination.fromJson(Map json_)

Properties

dimension ↔ String?
The dimension that data should be filled into. Possible string values are:
getter/setter pair
fillLength ↔ int?
The number of rows or columns that data should be filled into.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
source ↔ GridRange?
The location of the data to use as the source of the autofill.
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