StockProductModel class
Constructors
- StockProductModel({int? id, int? ordered, int? scanned, String? stockRequestId, String? stockRequestName, String? status, String? externalReferenceId, String? requestedByPartnerId, String? requestedToPartnerId, String? productName, String? productDescription})
-
StockProductModel.fromJson(Map<
String, dynamic> json)
Properties
- externalReferenceId ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int?
-
getter/setter pair
- ordered ↔ int?
-
getter/setter pair
- productDescription ↔ String?
-
getter/setter pair
- productName ↔ String?
-
getter/setter pair
- requestedByPartnerId ↔ String?
-
getter/setter pair
- requestedToPartnerId ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scanned ↔ int?
-
getter/setter pair
- status ↔ String?
-
getter/setter pair
- stockRequestId ↔ String?
-
getter/setter pair
- stockRequestName ↔ 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