examplesWithoutValidation property

  1. @override
Iterable<BigInt> examplesWithoutValidation
override

Interesting examples of instances (may be valid or invalid).

Use examples to get valid examples.

Use examplesThatAreInvalid to get invalid examples.

Implementation

@override
Iterable<BigInt> get examplesWithoutValidation => [BigInt.zero, BigInt.one];