b property

int? get b

Implementation

int? get b => _$this._b;
set b (int? b)

Implementation

set b(int? b) => _$this._b = b;