isRefs property

bool get isRefs

Implementation

bool get isRefs =>
    this != null && this!.isNotEmpty && this!.every((e) => e.isRef);