g property

int? g

Implementation

int? get g => _$this._g;
void g=(int? g)

Implementation

set g(int? g) => _$this._g = g;