area property

double? area

Implementation

double? get area => _$this._area;
void area=(double? area)

Implementation

set area(double? area) => _$this._area = area;