a property

double? get a

Implementation

double? get a => _$this._a;
set a (double? a)

Implementation

set a(double? a) => _$this._a = a;