Added Streams to TourRepository
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
import 'package:hl_lieferservice/dto/image_note_response.dart';
|
||||
|
||||
import 'article.dart';
|
||||
import 'contact_person.dart';
|
||||
import 'customer.dart';
|
||||
@ -73,7 +75,7 @@ class DeliveryDTO {
|
||||
DiscountDTO? discount;
|
||||
PaymentMethodDTO payment;
|
||||
List<NoteDTO> notes;
|
||||
List<ImageDTO> images;
|
||||
List<ImageNoteDTO> images;
|
||||
List<DeliveryOptionDTO> options;
|
||||
|
||||
factory DeliveryDTO.fromJson(Map<String, dynamic> json) =>
|
||||
|
||||
Reference in New Issue
Block a user