Content class
- Annotations
-
- @JsonSerializable()
Constructors
-
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}) -
Content.fromJson(Map<
String, dynamic> json) -
factory
Properties
- allocatedQuantity ↔ int?
-
getter/setter pair
- checkinId ↔ String?
-
getter/setter pair
- createdAt ↔ String?
-
getter/setter pair
- documentId ↔ dynamic
-
getter/setter pair
- externalReferenceId ↔ String?
-
getter/setter pair
- fileId ↔ dynamic
-
getter/setter pair
- grQuantity ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int?
-
getter/setter pair
- isUploadButtonRequired ↔ bool?
-
getter/setter pair
- operationId ↔ String?
-
getter/setter pair
-
productDetails
↔ List<
ProductDetail> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- saleOrderId ↔ dynamic
-
getter/setter pair
- status ↔ String?
-
getter/setter pair
- stockRequestId ↔ int?
-
getter/setter pair
- stockRequestName ↔ dynamic
-
getter/setter pair
- stockRequestTranscationId ↔ String?
-
getter/setter pair
- stockRequestType ↔ String?
-
getter/setter pair
- transferOrderId ↔ String?
-
getter/setter pair
- transferStatus ↔ dynamic
-
getter/setter pair
- userId ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited