h property

int? get h

Implementation

int? get h => _$this._h;
set h (int? h)

Implementation

set h(int? h) => _$this._h = h;