9 lines
235 B
Dart
9 lines
235 B
Dart
|
|
import 'package:freezed_annotation/freezed_annotation.dart';
|
||
|
|
|
||
|
|
import '../../domain/payment_method/payment_method.dart';
|
||
|
|
|
||
|
|
part 'payment_method_dtos.freezed.dart';
|
||
|
|
part 'payment_method_dtos.g.dart';
|
||
|
|
|
||
|
|
part 'dtos/payment_method_dto.dart';
|