AttachmentContent class
A structure that includes attributes that describe a document attachment.
Constructors
- AttachmentContent({String? hash, AttachmentHashType? hashType, String? name, int? size, String? url})
-
AttachmentContent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hash → String?
-
The cryptographic hash value of the document content.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hashType → AttachmentHashType?
-
The hash algorithm used to calculate the hash value.
final
- name → String?
-
The name of an attachment.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int?
-
The size of an attachment in bytes.
final
- url → String?
-
The URL location of the attachment content.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited