WebApiModulesInventoryCompleteQcUpdateQcItemRequest class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesInventoryCompleteQcUpdateQcItemRequest({String? itemId, String? itemQcId, String? conditionId, String? currentFootCandles, String? currentSoftwareVersion, String? softwareEffectiveDate, String? note, int? assetHours, int? strikes, int? lampHours1, int? lampHours2, int? lampHours3, int? lampHours4})
WebApiModulesInventoryCompleteQcUpdateQcItemRequest.fromJson(Map<String, dynamic> json)
factory

Properties

assetHours int?
final
conditionId String?
final
currentFootCandles String?
final
currentSoftwareVersion String?
final
hashCode int
The hash code for this object.
no setteroverride
itemId String?
final
itemQcId String?
final
lampHours1 int?
final
lampHours2 int?
final
lampHours3 int?
final
lampHours4 int?
final
note String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
softwareEffectiveDate String?
final
strikes int?
final

Methods

copyWith({String? itemId, String? itemQcId, String? conditionId, String? currentFootCandles, String? currentSoftwareVersion, String? softwareEffectiveDate, String? note, int? assetHours, int? strikes, int? lampHours1, int? lampHours2, int? lampHours3, int? lampHours4}) WebApiModulesInventoryCompleteQcUpdateQcItemRequest

Available on WebApiModulesInventoryCompleteQcUpdateQcItemRequest, provided by the $WebApiModulesInventoryCompleteQcUpdateQcItemRequestExtension extension

copyWithWrapped({Wrapped<String?>? itemId, Wrapped<String?>? itemQcId, Wrapped<String?>? conditionId, Wrapped<String?>? currentFootCandles, Wrapped<String?>? currentSoftwareVersion, Wrapped<String?>? softwareEffectiveDate, Wrapped<String?>? note, Wrapped<int?>? assetHours, Wrapped<int?>? strikes, Wrapped<int?>? lampHours1, Wrapped<int?>? lampHours2, Wrapped<int?>? lampHours3, Wrapped<int?>? lampHours4}) WebApiModulesInventoryCompleteQcUpdateQcItemRequest

Available on WebApiModulesInventoryCompleteQcUpdateQcItemRequest, provided by the $WebApiModulesInventoryCompleteQcUpdateQcItemRequestExtension 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