g property

int? get g

Implementation

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

Implementation

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