4 lines
178 B
Dart
4 lines
178 B
Dart
// Re-export from the combined messaging models file.
|
|
export 'package:real_estate_mobile/features/messaging/data/models/messaging_models.dart'
|
|
show OtherParty, Conversation;
|