7 lines
138 B
Dart
7 lines
138 B
Dart
/// Export all categories data models
|
|
///
|
|
/// Contains DTOs and models for category data transfer
|
|
library;
|
|
|
|
export 'category_model.dart';
|