NewEnrichmentItem class

A new enrichment item to be added to an album, used by the albums.addEnrichment call.

Constructors

NewEnrichmentItem({LocationEnrichment? locationEnrichment, MapEnrichment? mapEnrichment, TextEnrichment? textEnrichment})
NewEnrichmentItem.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
locationEnrichment LocationEnrichment?
Location to be added to the album.
getter/setter pair
mapEnrichment MapEnrichment?
Map to be added to the album.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textEnrichment TextEnrichment?
Text to be added to the album.
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