PartKeepr\PartBundle\Entity\PartMeasurementUnit::isDefault PHP Method

isDefault() public method

Returns if the unit is default or not.
public isDefault ( ) : boolean
return boolean True if the unit is default, false for not
    public function isDefault()
    {
        return $this->default;
    }