isIncomplete property

bool isIncomplete

Whether this node's metadata has arguments that could not be initialized using getValue (or by special handling in subclasses), and therefore cannot represented in the instantiation of meta.

Implementation

bool get isIncomplete => unsupportedArguments.isNotEmpty;