isEmpty property

bool get isEmpty

Whether no overrides are configured.

Implementation

bool get isEmpty =>
    byColumn.isEmpty && byNative.isEmpty && byCanonical.isEmpty;