TestMessage constructor
TestMessage()
Implementation
TestMessage()
: super(
author: const ChatUser(userID: "userID"),
createdAt: 0,
type: MessageType.custom);
TestMessage()
: super(
author: const ChatUser(userID: "userID"),
createdAt: 0,
type: MessageType.custom);