UpdateBomComponentRequest constructor

const UpdateBomComponentRequest({
  1. double? quantity,
  2. String? unit,
  3. double? unitCost,
  4. int? sequence,
  5. String? notes,
  6. String? specification,
  7. bool? isOptional,
  8. String? alternativeItemId,
  9. double? wastagePercentage,
  10. double? leadTime,
  11. Map<String, dynamic>? attributes,
})

Implementation

const factory UpdateBomComponentRequest({
  double? quantity,
  String? unit,
  double? unitCost,
  int? sequence,
  String? notes,
  String? specification,
  bool? isOptional,
  String? alternativeItemId,
  double? wastagePercentage,
  double? leadTime,
  Map<String, dynamic>? attributes,
}) = _UpdateBomComponentRequest;