tablespoons property

Volume get tablespoons

Creates a Volume instance from this value in US Tablespoons (tbsp). Alias for tbsp.

Implementation

Volume get tablespoons => Volume(toDouble(), VolumeUnit.tablespoon);