Initial commit
This commit is contained in:
9
lib/app/chat_screens/ChatVideoContainer.dart
Normal file
9
lib/app/chat_screens/ChatVideoContainer.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
import 'package:driver/models/conversation_model.dart';
|
||||
|
||||
class ChatVideoContainer {
|
||||
Url videoUrl;
|
||||
|
||||
String thumbnailUrl;
|
||||
|
||||
ChatVideoContainer({required this.videoUrl, required this.thumbnailUrl});
|
||||
}
|
||||
Reference in New Issue
Block a user