red property

int? red

Implementation

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

Implementation

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