recursiveAnchor property

bool recursiveAnchor

Whether the JsonSchema is a recursive anchor point or not.

Implementation

bool get recursiveAnchor => _recursiveAnchor ?? false;