hasAddressPoints property

bool hasAddressPoints

Implementation

bool get hasAddressPoints => points.any((point) => point is AddressLocation);