doubled property

int get doubled

Return this number time two

Implementation

int get doubled => this * 2;