area property

double get area

Returns the area of a circle with this number as radius.

Example: 12.area -> 452.3893421169302

Implementation

double get area => pi * square;