b property

int? b

Implementation

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

Implementation

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