isAnyEmpty property

bool isAnyEmpty

Implementation

bool get isAnyEmpty => any((e) => e.markerId.value.isEmpty);