items property

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

Implementation

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