items property

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

Implementation

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