tripled property

int get tripled

Return this number time three

Implementation

int get tripled => this * 3;