10 lines
238 B
Dart
10 lines
238 B
Dart
|
|
import 'package:freezed_annotation/freezed_annotation.dart';
|
||
|
|
|
||
|
|
import '../../common/extension/extension.dart';
|
||
|
|
import '../../domain/table/table.dart';
|
||
|
|
|
||
|
|
part 'table_dtos.freezed.dart';
|
||
|
|
part 'table_dtos.g.dart';
|
||
|
|
|
||
|
|
part 'dtos/table_dto.dart';
|