predefinedBackgroundsV2 property
Implementation
ListBuilder<String> get predefinedBackgroundsV2 => _$this._predefinedBackgroundsV2 ??= ListBuilder<String>();
set
predefinedBackgroundsV2
(covariant ListBuilder<String> ? predefinedBackgroundsV2)
covariantoverride
Implementation
set predefinedBackgroundsV2(covariant ListBuilder<String>? predefinedBackgroundsV2) =>
_$this._predefinedBackgroundsV2 = predefinedBackgroundsV2;