tripled property

double tripled

Return this number time three

Implementation

double get tripled => this * 3;