WatchedAttachmentItem class final
A watched attachment record item.
This is usually returned from watching all relevant attachment IDs.
- id: Id for the attachment record.
- fileExtension: File extension used to determine an internal filename for storage if no filename is provided.
- filename: Filename to store the attachment with.
- metaData: Optional metadata for the attachment record.
- Annotations
-
- @experimental
Constructors
- WatchedAttachmentItem.new({required String id, String? fileExtension, String? filename, String? metaData})
-
Creates a WatchedAttachmentItem.
const
Properties
- fileExtension → String?
-
File extension used to determine an internal filename for storage if no filename is provided.
final
- filename → String?
-
Filename to store the attachment with.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Id for the attachment record.
final
- metaData → String?
-
Optional metadata for the attachment record.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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