validValues property

  1. @JsonKey.new(name: 'ValidValues', includeIfNull: false, defaultValue: <WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchemaValidValue>[])
List<WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchemaValidValue>? validValues
final

Implementation

@JsonKey(
  name: 'ValidValues',
  includeIfNull: false,
  defaultValue:
      <
        WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchemaValidValue
      >[],
)
final List<
  WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchemaValidValue
>?
validValues;