Get the polygon' area
@override Future<num?> get area async => _area ??= await UtilPlatform.instance.geometryArea(this);