AudioMessage class
Constructors
- AudioMessage({required User author, required String? time, int? stage})
Properties
Methods
-
builder(
BuildContext ctx, bool showUserAvatar, bool showMessageStatus, bool showUsername, User loggedInUser, ChatTheme theme, AuthorDetailsLocation authorDetailsLocation) → Widget -
override
-
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