9 lines
184 B
Dart
9 lines
184 B
Dart
|
|
import 'package:freezed_annotation/freezed_annotation.dart';
|
||
|
|
|
||
|
|
import '../../domain/user/user.dart';
|
||
|
|
|
||
|
|
part 'user_dtos.freezed.dart';
|
||
|
|
part 'user_dtos.g.dart';
|
||
|
|
|
||
|
|
part 'dto/user_dto.dart';
|