Message class abstract

Implementers

Constructors

Message({required User author, String? time = "now", int? stage})

Properties

author User
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stage int?
getter/setter pair
time String?
getter/setter pair

Methods

builder(BuildContext ctx, bool showUserAvatar, bool showMessageStatus, bool showUsername, User loggedInUser, ChatTheme theme, AuthorDetailsLocation authorDetailsLocation) Widget
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