Fixed project structure
This commit is contained in:
parent
db5745f827
commit
015aa38e16
12 changed files with 1136 additions and 1270 deletions
6
lib/models/chat_entry.dart
Normal file
6
lib/models/chat_entry.dart
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class ChatEntry {
|
||||
final String from;
|
||||
final String message;
|
||||
|
||||
ChatEntry(this.from, this.message);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue