Content constructor
Content({
- int? id,
- String? transferOrderId,
- int? stockRequestId,
- int? allocatedQuantity,
- int? grQuantity,
- dynamic fileId,
- String? status,
- List<
ProductDetail> ? productDetails, - String? stockRequestTranscationId,
- dynamic stockRequestName,
- dynamic transferStatus,
- String? operationId,
- String? externalReferenceId,
- dynamic saleOrderId,
- dynamic documentId,
- String? stockRequestType,
- String? createdAt,
- bool? isUploadButtonRequired,
- String? userId,
- String? checkinId,
Implementation
Content({
this.id,
this.transferOrderId,
this.stockRequestId,
this.allocatedQuantity,
this.grQuantity,
this.fileId,
this.status,
this.productDetails,
this.stockRequestTranscationId,
this.stockRequestName,
this.transferStatus,
this.operationId,
this.externalReferenceId,
this.saleOrderId,
this.documentId,
this.stockRequestType,
this.createdAt,
this.isUploadButtonRequired,
this.userId,
this.checkinId,
});