Skip to content

Instantly share code, notes, and snippets.

@luizmarcus
Created October 3, 2020 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luizmarcus/23fa57f0db813e6cbab8d7ff803b0783 to your computer and use it in GitHub Desktop.
Save luizmarcus/23fa57f0db813e6cbab8d7ff803b0783 to your computer and use it in GitHub Desktop.
final ChatUser user = ChatUser(
name: "Usuário",
firstName: "Usuário",
lastName: "Fulano",
uid: "0001",
);
final ChatUser bot = ChatUser(
name: "Bot",
uid: "0002",
avatar: "https://img.icons8.com/plasticine/344/bot.png"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment