cubicFeet property

num get cubicFeet

Implementation

num get cubicFeet => _cubicFeet;
set cubicFeet (num cubicFeet)

Implementation

set cubicFeet(num cubicFeet) => _cubicFeet = cubicFeet;