color property

String? get color

Implementation

String? get color => _$this._color;
set color (String? color)

Implementation

set color(String? color) => _$this._color = color;