DocumentAttributeValue class

The value of a custom document attribute. You can only provide one value for a custom attribute.

Constructors

DocumentAttributeValue({DateTime? dateValue, int? longValue, List<String>? stringListValue, String? stringValue})
DocumentAttributeValue.fromJson(Map<String, dynamic> json)
factory

Properties

dateValue DateTime?
A date expressed as an ISO 8601 string.
final
hashCode int
The hash code for this object.
no setterinherited
longValue int?
A long integer value.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringListValue List<String>?
A list of strings.
final
stringValue String?
A string, such as "department".
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