SourceDataMap class

Specifies how to map source attribute values to custom values when populating an IndexField.

Constructors

SourceDataMap({required String sourceName, Map<String, String>? cases, String? defaultValue})
SourceDataMap.fromXml(XmlElement elem)
factory

Properties

cases Map<String, String>?
A map that translates source field values to custom values.
final
defaultValue String?
The default value to use if the source attribute is not specified in a document. Optional.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceName String
The name of the document source field to add to this IndexField.
final

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