WebApiModulesInventoryCompleteQcCompleteQcItemResponse class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesInventoryCompleteQcCompleteQcItemResponse({int? status, bool? success, String? msg, String? inventoryId, String? iCode, String? description, String? conditionId, String? condition, String? itemId, String? itemQcId, bool? cannotQcItemBecauseOfStatus, bool? itemDoesNotNeedQc, bool? showFootCandles, int? requiredFootCandles, bool? showSoftwareVersion, String? requiredSoftwareVersion, bool? showAssetUsage, bool? showLampUsage, bool? showStrikes, int? lampCount})
-
WebApiModulesInventoryCompleteQcCompleteQcItemResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cannotQcItemBecauseOfStatus → bool?
-
final
- condition → String?
-
final
- conditionId → String?
-
final
- description → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- iCode → String?
-
final
- inventoryId → String?
-
final
- itemDoesNotNeedQc → bool?
-
final
- itemId → String?
-
final
- itemQcId → String?
-
final
- lampCount → int?
-
final
- msg → String?
-
final
- requiredFootCandles → int?
-
final
- requiredSoftwareVersion → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showAssetUsage → bool?
-
final
- showFootCandles → bool?
-
final
- showLampUsage → bool?
-
final
- showSoftwareVersion → bool?
-
final
- showStrikes → bool?
-
final
- status → int?
-
final
- success → bool?
-
final
Methods
-
copyWith(
{int? status, bool? success, String? msg, String? inventoryId, String? iCode, String? description, String? conditionId, String? condition, String? itemId, String? itemQcId, bool? cannotQcItemBecauseOfStatus, bool? itemDoesNotNeedQc, bool? showFootCandles, int? requiredFootCandles, bool? showSoftwareVersion, String? requiredSoftwareVersion, bool? showAssetUsage, bool? showLampUsage, bool? showStrikes, int? lampCount}) → WebApiModulesInventoryCompleteQcCompleteQcItemResponse -
Available on WebApiModulesInventoryCompleteQcCompleteQcItemResponse, provided by the $WebApiModulesInventoryCompleteQcCompleteQcItemResponseExtension extension
-
copyWithWrapped(
{Wrapped< int?> ? status, Wrapped<bool?> ? success, Wrapped<String?> ? msg, Wrapped<String?> ? inventoryId, Wrapped<String?> ? iCode, Wrapped<String?> ? description, Wrapped<String?> ? conditionId, Wrapped<String?> ? condition, Wrapped<String?> ? itemId, Wrapped<String?> ? itemQcId, Wrapped<bool?> ? cannotQcItemBecauseOfStatus, Wrapped<bool?> ? itemDoesNotNeedQc, Wrapped<bool?> ? showFootCandles, Wrapped<int?> ? requiredFootCandles, Wrapped<bool?> ? showSoftwareVersion, Wrapped<String?> ? requiredSoftwareVersion, Wrapped<bool?> ? showAssetUsage, Wrapped<bool?> ? showLampUsage, Wrapped<bool?> ? showStrikes, Wrapped<int?> ? lampCount}) → WebApiModulesInventoryCompleteQcCompleteQcItemResponse -
Available on WebApiModulesInventoryCompleteQcCompleteQcItemResponse, provided by the $WebApiModulesInventoryCompleteQcCompleteQcItemResponseExtension extension
-
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.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const WebApiModulesInventoryCompleteQcCompleteQcItemResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesInventoryCompleteQcCompleteQcItemResponse instance)