isEmptyByGeometry property

  1. @override
bool get isEmptyByGeometry
override

Returns true if this feature collection do not contain any features.

The specification from Bounded: "Returns true if this object is considered empty (that is it do not contain any position data directly or on child objects, or a position data object contained is empty)".

Implementation

@override
bool get isEmptyByGeometry => features.isEmpty;