ChatConfig class

Implement this class to over-ride the UI

Constructors

ChatConfig()
const

Properties

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

Methods

buildMessageRow({required String id, required String uid, required String channelId, required String photo, required String author, required String body, required String date}) Widget
buildNewMessageRow({required String channelId}) 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