items property

  1. @JsonKey.new(name: 'Items', includeIfNull: false, defaultValue: <WebApiModulesInventoryPhysicalInventoryExceptionsPhysicalInventoryExceptions>[])
List<WebApiModulesInventoryPhysicalInventoryExceptionsPhysicalInventoryExceptions>? items
final

Implementation

@JsonKey(
  name: 'Items',
  includeIfNull: false,
  defaultValue:
      <
        WebApiModulesInventoryPhysicalInventoryExceptionsPhysicalInventoryExceptions
      >[],
)
final List<
  WebApiModulesInventoryPhysicalInventoryExceptionsPhysicalInventoryExceptions
>?
items;