doubled property

double get doubled

Return this number time two

Implementation

double get doubled => this * 2;