UploadImageInfo constructor
UploadImageInfo({})
Implementation
UploadImageInfo({
required this.tableName,
required this.fieldName,
this.parentTableName,
required this.responseIdsName,
});
UploadImageInfo({
required this.tableName,
required this.fieldName,
this.parentTableName,
required this.responseIdsName,
});