9 lines
204 B
Dart
9 lines
204 B
Dart
|
|
import 'package:freezed_annotation/freezed_annotation.dart';
|
||
|
|
|
||
|
|
import '../../domain/customer/customer.dart';
|
||
|
|
|
||
|
|
part 'customer_dtos.freezed.dart';
|
||
|
|
part 'customer_dtos.g.dart';
|
||
|
|
|
||
|
|
part 'dto/customer_dto.dart';
|