Gets the value of "border-left-style"
String get borderLeftStyle => this._borderLeftStyle;
Sets the value of "border-left-style"
set borderLeftStyle(String value) { _borderLeftStyle = value == null ? '' : value; }