AttachmentId class
Unique ID of an Attachment.
Constructors
- AttachmentId(String val)
-
const
- AttachmentId.fromJson(String val)
-
Constructs a AttachmentId from the provided
val
.factory - AttachmentId.local()
-
Constructs a dummy AttachmentId.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String - Returns a String representing this AttachmentId.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited