physicalInventoryRecountUpdate property

  1. @JsonKey.new(name: 'PhysicalInventoryRecountUpdate', includeIfNull: false, defaultValue: <WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequestModel>[])
List<WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequestModel>? physicalInventoryRecountUpdate
final

Implementation

@JsonKey(
  name: 'PhysicalInventoryRecountUpdate',
  includeIfNull: false,
  defaultValue:
      <
        WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequestModel
      >[],
)
final List<
  WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequestModel
>?
physicalInventoryRecountUpdate;