items property

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

Implementation

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