recursiveAnchor property
bool
get
recursiveAnchor
Whether the JsonSchema is a recursive anchor point or not.
Implementation
bool get recursiveAnchor => _recursiveAnchor ?? false;
Whether the JsonSchema is a recursive anchor point or not.
bool get recursiveAnchor => _recursiveAnchor ?? false;