predefinedBackgrounds property

  1. @BuiltValueField.new(wireName: 'predefined-backgrounds')
BuiltList<String> get predefinedBackgrounds

List of file names relative to the spreed/img/backgrounds/ web path, e.g. 2_home.jpg.

Implementation

@BuiltValueField(wireName: 'predefined-backgrounds')
BuiltList<String> get predefinedBackgrounds;