AiImage constructor

AiImage({
  1. required String imageId,
  2. required String imageName,
  3. required String claimId,
  4. required String url,
  5. required List<double> imageSize,
  6. required String partDirectionName,
  7. required String imageRangeName,
  8. required String? totalItem,
  9. required bool? damageExist,
  10. required List<MaskData> damageMasks,
  11. required List<PartsMask> partsMasks,
  12. required bool? deletedFlag,
  13. required DateTime createdDate,
  14. required DateTime updatedDate,
  15. required String? createdBy,
  16. required double timeProcess,
  17. required String? errorNote,
  18. required List<String> errorType,
})

Implementation

AiImage({
  required this.imageId,
  required this.imageName,
  required this.claimId,
  required this.url,
  required this.imageSize,
  required this.partDirectionName,
  required this.imageRangeName,
  required this.totalItem,
  required this.damageExist,
  required this.damageMasks,
  required this.partsMasks,
  required this.deletedFlag,
  required this.createdDate,
  required this.updatedDate,
  required this.createdBy,
  required this.timeProcess,
  required this.errorNote,
  required this.errorType,
});