items property
- @JsonKey.new(name: 'Items', includeIfNull: false, defaultValue: <WebApiModulesInventoryInventoryConsignorInventoryConsignor>[])
final
Implementation
@JsonKey(
name: 'Items',
includeIfNull: false,
defaultValue:
<WebApiModulesInventoryInventoryConsignorInventoryConsignor>[],
)
final List<WebApiModulesInventoryInventoryConsignorInventoryConsignor>? items;