items property

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

Implementation

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