isEmpty property
bool
get
isEmpty
Whether no overrides are configured.
Implementation
bool get isEmpty =>
byColumn.isEmpty && byNative.isEmpty && byCanonical.isEmpty;
Whether no overrides are configured.
bool get isEmpty =>
byColumn.isEmpty && byNative.isEmpty && byCanonical.isEmpty;