WebApiModulesHomeControlsItemQcItemQc class

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

Constructors

WebApiModulesHomeControlsItemQcItemQc({String? itemQcId, String? itemId, String? qcRequiredAsOf, String? qcByUsersId, String? qcByUser, String? qcDateTime, String? lastOrderId, String? lastOrderNumber, String? lastOrderDescription, String? lastDealId, String? lastDealNumber, String? lastDeal, String? conditionId, String? inContractId, String? condition, String? note, bool? hasImage, String? qcAppImageId, String? datstamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesHomeControlsItemQcItemQc.fromJson(Map<String, dynamic> json)
factory

Properties

auditNote String?
final
condition String?
final
conditionId String?
final
custom List<FwStandardDataFwCustomValue>?
final
datstamp String?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
hashCode int
The hash code for this object.
no setteroverride
hasImage bool?
final
inContractId String?
final
itemId String?
final
itemQcId String?
final
lastDeal String?
final
lastDealId String?
final
lastDealNumber String?
final
lastOrderDescription String?
final
lastOrderId String?
final
lastOrderNumber String?
final
note String?
final
qcAppImageId String?
final
qcByUser String?
final
qcByUsersId String?
final
qcDateTime String?
final
qcRequiredAsOf String?
final
recordTitle String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translation List<FwStandardDataFwTranslatedValue>?
final

Methods

copyWith({String? itemQcId, String? itemId, String? qcRequiredAsOf, String? qcByUsersId, String? qcByUser, String? qcDateTime, String? lastOrderId, String? lastOrderNumber, String? lastOrderDescription, String? lastDealId, String? lastDealNumber, String? lastDeal, String? conditionId, String? inContractId, String? condition, String? note, bool? hasImage, String? qcAppImageId, String? datstamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesHomeControlsItemQcItemQc

Available on WebApiModulesHomeControlsItemQcItemQc, provided by the $WebApiModulesHomeControlsItemQcItemQcExtension extension

copyWithWrapped({Wrapped<String?>? itemQcId, Wrapped<String?>? itemId, Wrapped<String?>? qcRequiredAsOf, Wrapped<String?>? qcByUsersId, Wrapped<String?>? qcByUser, Wrapped<String?>? qcDateTime, Wrapped<String?>? lastOrderId, Wrapped<String?>? lastOrderNumber, Wrapped<String?>? lastOrderDescription, Wrapped<String?>? lastDealId, Wrapped<String?>? lastDealNumber, Wrapped<String?>? lastDeal, Wrapped<String?>? conditionId, Wrapped<String?>? inContractId, Wrapped<String?>? condition, Wrapped<String?>? note, Wrapped<bool?>? hasImage, Wrapped<String?>? qcAppImageId, Wrapped<String?>? datstamp, Wrapped<String?>? auditNote, Wrapped<String?>? recordTitle, Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields, Wrapped<List<FwStandardDataFwCustomValue>?>? custom, Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes, Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) WebApiModulesHomeControlsItemQcItemQc

Available on WebApiModulesHomeControlsItemQcItemQc, provided by the $WebApiModulesHomeControlsItemQcItemQcExtension 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 WebApiModulesHomeControlsItemQcItemQc Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiModulesHomeControlsItemQcItemQc instance)