items property

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

Implementation

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