doubled property

int doubled

Return this number time two

Implementation

int get doubled => this * 2;