9 lines
190 B
Dart
9 lines
190 B
Dart
|
|
import 'package:freezed_annotation/freezed_annotation.dart';
|
||
|
|
|
||
|
|
import '../../domain/order/order.dart';
|
||
|
|
|
||
|
|
part 'order_dtos.freezed.dart';
|
||
|
|
part 'order_dtos.g.dart';
|
||
|
|
|
||
|
|
part 'dtos/order_dto.dart';
|