Whether every attribute is empty or null.
@override bool get isEmpty { return key.isEmpty && super.isEmpty; }