AttachmentsSource class
Identifying information about a document attachment, including the file name and a key-value pair that identifies the location of an attachment to a document.
Constructors
-
AttachmentsSource.new({AttachmentsSourceKey? key, String? name, List<
String> ? values})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → AttachmentsSourceKey?
-
The key of a key-value pair that identifies the location of an attachment to
a document.
final
- name → String?
-
The name of the document attachment file.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ List<
String> ? -
The value of a key-value pair that identifies the location of an attachment
to a document. The format for Value depends on the type of key you
specify.
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