Gets the value of "background-repeat"
String get backgroundRepeat => this._backgroundRepeat;
Sets the value of "background-repeat"
set backgroundRepeat(String value) { _backgroundRepeat = value == null ? '' : value; }