9 lines
195 B
Dart
9 lines
195 B
Dart
|
|
import 'package:freezed_annotation/freezed_annotation.dart';
|
||
|
|
|
||
|
|
import '../../domain/outlet/outlet.dart';
|
||
|
|
|
||
|
|
part 'outlet_dtos.freezed.dart';
|
||
|
|
part 'outlet_dtos.g.dart';
|
||
|
|
|
||
|
|
part 'dtos/outlet_dto.dart';
|