examplesThatAreInvalid property

  1. @nonVirtual
Iterable<T> examplesThatAreInvalid

Examples of instances that are NOT valid (isValidDynamic).

Implementation

@nonVirtual
Iterable<T> get examplesThatAreInvalid =>
    examplesWithoutValidation.where((e) => !isValidDynamic(e));