doubled property

double doubled

Return this number time two

Implementation

double get doubled => this * 2;