9 lines
204 B
Dart
9 lines
204 B
Dart
|
|
import 'package:freezed_annotation/freezed_annotation.dart';
|
||
|
|
|
||
|
|
import '../../domain/category/category.dart';
|
||
|
|
|
||
|
|
part 'category_dtos.freezed.dart';
|
||
|
|
part 'category_dtos.g.dart';
|
||
|
|
|
||
|
|
part 'dto/category_dto.dart';
|