DeveloperMetadata class

Developer metadata associated with a location or object in a spreadsheet.

Developer metadata may be used to associate arbitrary data with various parts of a spreadsheet and will remain associated at those locations as they move around and the spreadsheet is edited. For example, if developer metadata is associated with row 5 and another row is then subsequently inserted above row 5, that original metadata will still be associated with the row it was first associated with (what is now row 6). If the associated object is deleted its metadata is deleted too.

Constructors

DeveloperMetadata({DeveloperMetadataLocation? location, int? metadataId, String? metadataKey, String? metadataValue, String? visibility})
DeveloperMetadata.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
location DeveloperMetadataLocation?
The location where the metadata is associated.
getter/setter pair
metadataId int?
The spreadsheet-scoped unique ID that identifies the metadata.
getter/setter pair
metadataKey String?
The metadata key.
getter/setter pair
metadataValue String?
Data associated with the metadata's key.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visibility String?
The metadata visibility.
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