tripled property

double get tripled

Return this number time three

Implementation

double get tripled => this * 3;