tripled property

int tripled

Return this number time three

Implementation

int get tripled => this * 3;