AiImage class

Constructors

AiImage({required String imageId, required String imageName, required String claimId, required String url, required List<double> imageSize, required String partDirectionName, required String imageRangeName, required String? totalItem, required bool? damageExist, required List<MaskData> damageMasks, required List<PartsMask> partsMasks, required bool? deletedFlag, required DateTime createdDate, required DateTime updatedDate, required String? createdBy, required double timeProcess, required String? errorNote, required List<String> errorType})
AiImage.fromJson(Map<String, dynamic> json)
factory

Properties

claimId String
final
createdBy String?
final
createdDate DateTime
final
damageExist bool?
final
damageMasks List<MaskData>
final
deletedFlag bool?
final
errorNote String?
final
errorType List<String>
final
hashCode int
The hash code for this object.
no setterinherited
imageId String
final
imageName String
final
imageRangeName String
final
imageSize List<double>
final
partDirectionName String
final
partsMasks List<PartsMask>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeProcess double
final
totalItem String?
final
updatedDate DateTime
final
url String
final

Methods

copyWith({String? imageId, String? imageName, String? claimId, String? url, List<double>? imageSize, String? partDirectionName, String? imageRangeName, String? totalItem, bool? damageExist, List<MaskData>? damageMasks, List<PartsMask>? partsMasks, bool? deletedFlag, DateTime? createdDate, DateTime? updatedDate, String? createdBy, double? timeProcess, List<String>? errorType, String? errorNote}) AiImage
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited