DeveloperMetadataLocation class

A location where metadata may be associated in a spreadsheet.

Constructors

DeveloperMetadataLocation({DimensionRange? dimensionRange, String? locationType, int? sheetId, bool? spreadsheet})
DeveloperMetadataLocation.fromJson(Map json_)

Properties

dimensionRange DimensionRange?
Represents the row or column when metadata is associated with a dimension.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locationType String?
The type of location this object represents.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sheetId int?
The ID of the sheet when metadata is associated with an entire sheet.
getter/setter pair
spreadsheet bool?
True when metadata is associated with an entire spreadsheet.
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