red property

int? get red

Implementation

int? get red => _$this._red;
set red (int? red)

Implementation

set red(int? red) => _$this._red = red;