AttachmentItem class

Constructors

AttachmentItem({dynamic key, required dynamic attachment, bool canEdit = false, bool? openView = true})
const

Properties

attachment → dynamic
final
canEdit bool
final
hashCode int
The hash code for this object.
no setterinherited
openView bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

attachmentOnTap(dynamic ref, dynamic context, dynamic attachmentType, dynamic mediaState) Future<void>
build(dynamic context, dynamic ref) → dynamic
loadingIndication() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
title(dynamic context, dynamic attachmentType) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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