isCounterRefs property
bool
get
isCounterRefs
Implementation
bool get isCounterRefs =>
this != null && this!.isNotEmpty && this!.every((e) => e.isCounterRef);
bool get isCounterRefs =>
this != null && this!.isNotEmpty && this!.every((e) => e.isCounterRef);