DataFilter class

Filter that describes what data should be selected or returned from a request.

Constructors

DataFilter({String? a1Range, DeveloperMetadataLookup? developerMetadataLookup, GridRange? gridRange})
DataFilter.fromJson(Map json_)

Properties

a1Range String?
Selects data that matches the specified A1 range.
getter/setter pair
developerMetadataLookup DeveloperMetadataLookup?
Selects data associated with the developer metadata matching the criteria described by this DeveloperMetadataLookup.
getter/setter pair
gridRange GridRange?
Selects data that matches the range described by the GridRange.
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

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