user constant
ChatUser
const user
Implementation
static const ChatUser user = ChatUser(
id: 'user',
name: 'You',
color: Colors.green,
);
static const ChatUser user = ChatUser(
id: 'user',
name: 'You',
color: Colors.green,
);