MessageActions class

Constructors

MessageActions({dynamic key, required String roomId})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
roomId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(dynamic context, dynamic ref) → dynamic
makeMenuItem({required dynamic text, dynamic icon, required void pressed()}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCopyMessage(dynamic context, dynamic ref, dynamic message) → void
onDeleteOwnMessage(dynamic context, dynamic ref, String messageId, String roomId) → void
onPressEditMessage(dynamic context, dynamic ref, String roomId, dynamic message) → void
onReportMessage(dynamic context, dynamic message, String roomId) → void
toString() String
A string representation of this object.
inherited

Operators

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