area property

  1. @override
Future<double?> get area
override

Get the non-zero area of the point

Implementation

@override
Future<double?> get area async => 0.5;