AttachmentArchiveItemReadable class

Metadata for an item in an attachment archive.

Constructors

AttachmentArchiveItemReadable({int? index, String? label, String? mediaType, String? path, String? size})
AttachmentArchiveItemReadable.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
index int?
The position of the item within the archive.
final
label String?
The label for the archive item.
final
mediaType String?
The MIME type of the archive item.
final
path String?
The path of the archive item.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size String?
The size of the archive item.
final

Methods

copyWith({int? index, String? label, String? mediaType, String? path, String? size}) AttachmentArchiveItemReadable
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited